Structure for storage of radio parameters. More...
Data Fields | |
uint8_t | cca_mode |
uint8_t | channel |
radio_state_t | idle_state |
uint8_t * | rxframe |
uint8_t | rxframesz |
radio_state_t | state |
uint8_t | tx_pwr |
Structure for storage of radio parameters.
uint8_t radio_status_t::cca_mode |
Current cca mode.
uint8_t radio_status_t::channel |
Current radio channel. (MIN_CHANNEL ... MAX_CHANNEL)
after TX go to idle state
uint8_t* radio_status_t::rxframe |
Pointer for frame data storage.
uint8_t radio_status_t::rxframesz |
Length of the buffer rxframesz
Current transceiver state.
uint8_t radio_status_t::tx_pwr |
Current transmit power.