Loading...
Searching...
No Matches
semtech_loramac_t Struct Reference

Semtech LoRaMAC descriptor. More...

Detailed Description

Semtech LoRaMAC descriptor.

Definition at line 113 of file semtech_loramac.h.

#include <semtech_loramac.h>

Data Fields

netdev_tnetdev
 pointer to internal radio device
 
mutex_t lock
 loramac access lock
 
uint8_t tx_pid
 pid of sender thread
 
uint8_t rx_pid
 pid of receiver thread
 
uint8_t port
 application TX port
 
uint8_t cnf
 enable/disable confirmable messages
 
uint8_t deveui [LORAMAC_DEVEUI_LEN]
 device EUI
 
uint8_t appeui [LORAMAC_APPEUI_LEN]
 application EUI
 
uint8_t appkey [LORAMAC_APPKEY_LEN]
 application key
 
semtech_loramac_rx_data_t rx_data
 struct handling the RX data
 
semtech_loramac_link_check_info_t link_chk
 link check information
 

Field Documentation

◆ appeui

uint8_t semtech_loramac_t::appeui[LORAMAC_APPEUI_LEN]

application EUI

Definition at line 123 of file semtech_loramac.h.

◆ appkey

uint8_t semtech_loramac_t::appkey[LORAMAC_APPKEY_LEN]

application key

Definition at line 124 of file semtech_loramac.h.

◆ cnf

uint8_t semtech_loramac_t::cnf

enable/disable confirmable messages

Definition at line 121 of file semtech_loramac.h.

◆ deveui

uint8_t semtech_loramac_t::deveui[LORAMAC_DEVEUI_LEN]

device EUI

Definition at line 122 of file semtech_loramac.h.

◆ link_chk

semtech_loramac_link_check_info_t semtech_loramac_t::link_chk

link check information

Definition at line 127 of file semtech_loramac.h.

◆ lock

mutex_t semtech_loramac_t::lock

loramac access lock

Definition at line 115 of file semtech_loramac.h.

◆ netdev

netdev_t* semtech_loramac_t::netdev

pointer to internal radio device

Definition at line 114 of file semtech_loramac.h.

◆ port

uint8_t semtech_loramac_t::port

application TX port

Definition at line 120 of file semtech_loramac.h.

◆ rx_data

semtech_loramac_rx_data_t semtech_loramac_t::rx_data

struct handling the RX data

Definition at line 126 of file semtech_loramac.h.

◆ rx_pid

uint8_t semtech_loramac_t::rx_pid

pid of receiver thread

Definition at line 118 of file semtech_loramac.h.

◆ tx_pid

uint8_t semtech_loramac_t::tx_pid

pid of sender thread

Definition at line 116 of file semtech_loramac.h.


The documentation for this struct was generated from the following file: