Loading...
Searching...
No Matches
ieee802154_rx_info_t Struct Reference

RX information associated to a frame. More...

Detailed Description

RX information associated to a frame.

Definition at line 379 of file radio.h.

#include <radio.h>

Data Fields

uint8_t rssi
 RSSI of the received frame.
 
uint8_t lqi
 LQI of the received frame.
 

Field Documentation

◆ lqi

uint8_t ieee802154_rx_info_t::lqi

LQI of the received frame.

Definition at line 387 of file radio.h.

◆ rssi

uint8_t ieee802154_rx_info_t::rssi

RSSI of the received frame.

The RSSI is a measure of the RF power in dBm for the received frame. The minimum and maximum values are 0 (-174 dBm) and 254 (80 dBm).

Definition at line 386 of file radio.h.


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