All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Received packet status information for IEEE 802.15.4 radios. More...

Detailed Description

Received packet status information for IEEE 802.15.4 radios.

Definition at line 138 of file ieee802154.h.

#include <ieee802154.h>

Data Fields

int16_t rssi
 RSSI of a received frame in dBm.
 
uint8_t lqi
 LQI of a received frame.
 
uint8_t flags
 Flags e.g.
 

Field Documentation

◆ flags

uint8_t netdev_ieee802154_rx_info::flags

Flags e.g.

used to mark other fields as valid

Definition at line 141 of file ieee802154.h.

◆ lqi

uint8_t netdev_ieee802154_rx_info::lqi

LQI of a received frame.

Definition at line 140 of file ieee802154.h.

◆ rssi

int16_t netdev_ieee802154_rx_info::rssi

RSSI of a received frame in dBm.

Definition at line 139 of file ieee802154.h.


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