Device descriptor for MRF24J40 radio devices. More...
Device descriptor for MRF24J40 radio devices.
Definition at line 165 of file mrf24j40.h.
#include <mrf24j40.h>
| Data Fields | |
| const mrf24j40_params_t * | params | 
| parameters for initialization | |
| uint8_t | fcf_low | 
| Low 8 FCF bits of the current TX frame. | |
| uint8_t | pending | 
| Flags for pending tasks. | |
| bool | tx_pending | 
| Whether a transmission is pending or not. | |
| uint8_t mrf24j40_t::fcf_low | 
Low 8 FCF bits of the current TX frame.
Definition at line 168 of file mrf24j40.h.
| const mrf24j40_params_t* mrf24j40_t::params | 
parameters for initialization
Definition at line 167 of file mrf24j40.h.
| uint8_t mrf24j40_t::pending | 
Flags for pending tasks.
Definition at line 169 of file mrf24j40.h.
| bool mrf24j40_t::tx_pending | 
Whether a transmission is pending or not.
Definition at line 170 of file mrf24j40.h.