lriot 2.1.0.0
lr1110_radio_pkt_status_gfsk_s Struct Reference

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)
 

Detailed Description

Status of GFSK received packet.

Field Documentation

◆ is_abort_err

bool is_abort_err

Asserted when the current packet has been aborted (applicable in RX and TX)

◆ is_addr_err

bool is_addr_err

Address filtering status. Asserted if received packet address does not match node address nor broadcast address

◆ is_crc_err

bool is_crc_err

CRC status of the current packet (applicable only in RX, with CRC enabled)

◆ is_len_err

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)

◆ is_received

bool is_received

Asserted when packet reception is done (applicable in RX)

◆ is_sent

bool is_sent

Asserted when packet transmission is done (applicable in TX)

◆ rssi_avg_in_dbm

int8_t rssi_avg_in_dbm

RSSI averaged over the payload of the last received packet.

◆ rssi_sync_in_dbm

int8_t rssi_sync_in_dbm

RSSI value latched on detection of the last received packet Sync Address.

◆ rx_len_in_bytes

uint8_t rx_len_in_bytes

Length of the last received packet [Bytes].


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