Loading...
Searching...
No Matches
kw41zrf_t Struct Reference

Device descriptor for KW41ZRF radio devices. More...

Detailed Description

Device descriptor for KW41ZRF radio devices.

Definition at line 110 of file kw41zrf.h.

#include <kw41zrf.h>

device specific fields

uint32_t rf_osc_en_idle
 RF_OSC_EN bits setting when RF module is in standby.
 
int16_t tx_power
 The current tx-power setting of the device.
 
ieee802154_filter_mode_t filter_mode
 Current frame filter mode.
 
uint8_t cca_busy
 CCA busy flag.
 
ieee802154_tx_status_t tx_status
 Status of a transmission.
 
uint8_t pm_blocked
 true if we have blocked a low power mode in the CPU
 

Additional Inherited Members

- Data Fields inherited from netdev_ieee802154_t
netdev_t netdev
 netdev_t base class
 
uint16_t pan
 IEEE 802.15.4 specific fields.
 
uint8_t short_addr [IEEE802154_SHORT_ADDRESS_LEN]
 Short address in network byte order.
 
uint8_t long_addr [IEEE802154_LONG_ADDRESS_LEN]
 Long address in network byte order.
 
uint8_t seq
 sequence number
 
uint8_t chan
 channel
 
uint8_t page
 channel page
 
uint16_t flags
 flags as defined above
 
int16_t txpower
 tx power in dBm
 
ieee802154_sec_context_t sec_ctx
 security context
 
- Data Fields inherited from netdev
const struct netdev_driverdriver
 ptr to that driver's interface.
 
netdev_event_cb_t event_callback
 callback for device events
 
void * context
 ptr to network stack context
 

Field Documentation

◆ cca_busy

uint8_t kw41zrf_t::cca_busy

CCA busy flag.

Definition at line 118 of file kw41zrf.h.

◆ filter_mode

ieee802154_filter_mode_t kw41zrf_t::filter_mode

Current frame filter mode.

Definition at line 117 of file kw41zrf.h.

◆ pm_blocked

uint8_t kw41zrf_t::pm_blocked

true if we have blocked a low power mode in the CPU

Definition at line 120 of file kw41zrf.h.

◆ rf_osc_en_idle

uint32_t kw41zrf_t::rf_osc_en_idle

RF_OSC_EN bits setting when RF module is in standby.

Definition at line 115 of file kw41zrf.h.

◆ tx_power

int16_t kw41zrf_t::tx_power

The current tx-power setting of the device.

Definition at line 116 of file kw41zrf.h.

◆ tx_status

ieee802154_tx_status_t kw41zrf_t::tx_status

Status of a transmission.

Definition at line 119 of file kw41zrf.h.


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