Semtech LoRaMAC descriptor. More...
Semtech LoRaMAC descriptor.
Definition at line 113 of file semtech_loramac.h.
#include <semtech_loramac.h>
Data Fields | |
netdev_t * | netdev |
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 | |
uint8_t semtech_loramac_t::appeui[LORAMAC_APPEUI_LEN] |
application EUI
Definition at line 123 of file semtech_loramac.h.
uint8_t semtech_loramac_t::appkey[LORAMAC_APPKEY_LEN] |
application key
Definition at line 124 of file semtech_loramac.h.
uint8_t semtech_loramac_t::cnf |
enable/disable confirmable messages
Definition at line 121 of file semtech_loramac.h.
uint8_t semtech_loramac_t::deveui[LORAMAC_DEVEUI_LEN] |
device EUI
Definition at line 122 of file semtech_loramac.h.
semtech_loramac_link_check_info_t semtech_loramac_t::link_chk |
link check information
Definition at line 127 of file semtech_loramac.h.
mutex_t semtech_loramac_t::lock |
loramac access lock
Definition at line 115 of file semtech_loramac.h.
netdev_t* semtech_loramac_t::netdev |
pointer to internal radio device
Definition at line 114 of file semtech_loramac.h.
uint8_t semtech_loramac_t::port |
application TX port
Definition at line 120 of file semtech_loramac.h.
semtech_loramac_rx_data_t semtech_loramac_t::rx_data |
struct handling the RX data
Definition at line 126 of file semtech_loramac.h.
uint8_t semtech_loramac_t::rx_pid |
pid of receiver thread
Definition at line 118 of file semtech_loramac.h.
uint8_t semtech_loramac_t::tx_pid |
pid of sender thread
Definition at line 116 of file semtech_loramac.h.