A Atmel RF2xx Radio Library for Mbed

Dependents:   xBedRadio MxSniffer

Embed: (wiki syntax)

« Back to documentation index

radio_status_t Struct Reference

radio_status_t Struct Reference
[GrpRadio]

Structure for storage of radio parameters. More...

#include <radio.h>

Data Fields

uint8_t channel
 Current radio channel.
uint8_t tx_pwr
 Current transmit power.
uint8_t cca_mode
 Current cca mode.
radio_state_t state
 Current transceiver state.
radio_state_t idle_state
 after TX go to idle state
uint8_t * rxframe
 Pointer for frame data storage.
uint8_t rxframesz
 Length of the buffer rxframesz.

Detailed Description

Structure for storage of radio parameters.

Definition at line 212 of file radio.h.


Field Documentation

uint8_t cca_mode

Current cca mode.

Definition at line 217 of file radio.h.

uint8_t channel

Current radio channel.

(MIN_CHANNEL ... MAX_CHANNEL)

Definition at line 214 of file radio.h.

after TX go to idle state

Definition at line 219 of file radio.h.

uint8_t* rxframe

Pointer for frame data storage.

Definition at line 220 of file radio.h.

uint8_t rxframesz

Length of the buffer rxframesz.

Definition at line 221 of file radio.h.

Current transceiver state.

Definition at line 218 of file radio.h.

uint8_t tx_pwr

Current transmit power.

Definition at line 216 of file radio.h.