Loading...
Searching...
No Matches
mrf24j40_t Struct Reference

Device descriptor for MRF24J40 radio devices. More...

Detailed Description

Device descriptor for MRF24J40 radio devices.

Definition at line 166 of file mrf24j40.h.

#include <mrf24j40.h>

Data Fields

const mrf24j40_params_tparams
 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.
 

Field Documentation

◆ fcf_low

uint8_t mrf24j40_t::fcf_low

Low 8 FCF bits of the current TX frame.

Definition at line 169 of file mrf24j40.h.

◆ params

const mrf24j40_params_t* mrf24j40_t::params

parameters for initialization

Definition at line 168 of file mrf24j40.h.

◆ pending

uint8_t mrf24j40_t::pending

Flags for pending tasks.

Definition at line 170 of file mrf24j40.h.

◆ tx_pending

bool mrf24j40_t::tx_pending

Whether a transmission is pending or not.

Definition at line 171 of file mrf24j40.h.


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