Represents the packet status for every packet type. More...
#include <sx126x_ds.h>
Data Fields | |
radio_modems_t | modem_type |
Packet to which the packet status are referring to. More... | |
int8_t | rssi_avg |
The averaged RSSI. More... | |
int8_t | rssi_sync |
The RSSI measured on last packet. More... | |
int8_t | rssi_pkt |
The RSSI of the last packet. More... | |
int8_t | snr_pkt |
The SNR of the last packet. More... | |
Represents the packet status for every packet type.
Definition at line 613 of file sx126x_ds.h.
Packet to which the packet status are referring to.
Definition at line 614 of file sx126x_ds.h.
int8_t rssi_avg |
The averaged RSSI.
Definition at line 618 of file sx126x_ds.h.
int8_t rssi_pkt |
The RSSI of the last packet.
Definition at line 623 of file sx126x_ds.h.
int8_t rssi_sync |
The RSSI measured on last packet.
Definition at line 619 of file sx126x_ds.h.
int8_t snr_pkt |
The SNR of the last packet.
Definition at line 624 of file sx126x_ds.h.