nRF5 SDK for Thread v0.11.0
Data Fields
otRadioFrame Struct Reference

#include <radio.h>

Data Fields

uint8_t * mPsdu
 The PSDU.
 
uint8_t mLength
 Length of the PSDU.
 
uint8_t mChannel
 Channel used to transmit/receive the frame.
 
int8_t mPower
 Transmit/receive power in dBm.
 
uint8_t mLqi
 Link Quality Indicator for received frames.
 
uint8_t mMaxTxAttempts
 Max number of transmit attempts for an outbound frame.
 
bool mSecurityValid: 1
 Security Enabled flag is set and frame passes security checks.
 
bool mDidTX: 1
 Set to true if this frame sent from the radio. Ignored by radio driver.
 
bool mIsARetx: 1
 Set to true if this frame is a retransmission. Should be ignored by radio driver.
 
bool mIsCcaEnabled: 1
 Set to true if CCA must be enabled for this packet. False otherwise.
 
uint32_t mMsec
 
uint16_t mUsec
 

Detailed Description

This structure represents an IEEE 802.15.4 radio frame.

Field Documentation

uint32_t otRadioFrame::mMsec

The timestamp when the frame was received (milliseconds). Applicable/Required only when raw-link-api feature (OPENTHREAD_ENABLE_RAW_LINK_API) is enabled.

uint16_t otRadioFrame::mUsec

The timestamp when the frame was received (microseconds, the offset to mMsec). Applicable/Required only when raw-link-api feature (OPENTHREAD_ENABLE_RAW_LINK_API) is enabled.


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

Documentation feedback | Developer Zone | Subscribe | Updated