Driver interface for using the nRF52 in IEEE802.15.4 mode. More...
Driver interface for using the nRF52 in IEEE802.15.4 mode.
Definition in file nrf802154.h.
#include "net/netdev/ieee802154.h"
Include dependency graph for nrf802154.h:Go to the source code of this file.
Data Structures | |
| struct | nrf802154_t |
| Device descriptor for NRF802154 transceiver. More... | |
Macros | |
| #define | CONFIG_NRF802154_CCA_THRESH_DEFAULT 0x14 |
| NRF802154 default CCA threshold value for CCACTRL register. More... | |
| #define | NRF802154_TIMER TIMER_DEV(1) |
| IEEE 802.15.4 radio timer configuration. More... | |
Functions | |
| int | nrf802154_init (void) |
| Initialize the NRF52840 radio. More... | |
| void | nrf802154_setup (nrf802154_t *dev) |
| Setup a NRF802154 radio device for use with netdev. More... | |