lriot 2.1.0.0
|
Status of GFSK received packet. More...
#include <lr1110_radio_types.h>
Data Fields | |
int8_t | rssi_sync_in_dbm |
RSSI value latched on detection of the last received packet Sync Address. | |
int8_t | rssi_avg_in_dbm |
RSSI averaged over the payload of the last received packet. | |
uint8_t | rx_len_in_bytes |
Length of the last received packet [Bytes]. | |
bool | is_addr_err |
bool | is_crc_err |
CRC status of the current packet (applicable only in RX, with CRC enabled) | |
bool | is_len_err |
bool | is_abort_err |
Asserted when the current packet has been aborted (applicable in RX and TX) | |
bool | is_received |
Asserted when packet reception is done (applicable in RX) | |
bool | is_sent |
Asserted when packet transmission is done (applicable in TX) | |
Status of GFSK received packet.
bool is_abort_err |
Asserted when the current packet has been aborted (applicable in RX and TX)
bool is_addr_err |
Address filtering status. Asserted if received packet address does not match node address nor broadcast address
bool is_crc_err |
CRC status of the current packet (applicable only in RX, with CRC enabled)
bool is_len_err |
Asserted when the length of last received packet is greater than the maximal length (applicable only in RX with variable length packet)
bool is_received |
Asserted when packet reception is done (applicable in RX)
bool is_sent |
Asserted when packet transmission is done (applicable in TX)
int8_t rssi_avg_in_dbm |
RSSI averaged over the payload of the last received packet.
int8_t rssi_sync_in_dbm |
RSSI value latched on detection of the last received packet Sync Address.
uint8_t rx_len_in_bytes |
Length of the last received packet [Bytes].