Device descriptor for KW41ZRF radio devices. More...
#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_driver * | driver |
| ptr to that driver's interface. | |
| netdev_event_cb_t | event_callback |
| callback for device events | |
| void * | context |
| ptr to network stack context | |
| ieee802154_filter_mode_t kw41zrf_t::filter_mode |
| uint8_t kw41zrf_t::pm_blocked |
| uint32_t kw41zrf_t::rf_osc_en_idle |
| int16_t kw41zrf_t::tx_power |
| ieee802154_tx_status_t kw41zrf_t::tx_status |