All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Driver interface for using the nRF52 in IEEE802.15.4 mode. More...

Detailed Description

Driver interface for using the nRF52 in IEEE802.15.4 mode.

Author
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de
Semjon Kerner semjo.nosp@m.n.ke.nosp@m.rner@.nosp@m.fu-b.nosp@m.erlin.nosp@m..de

Definition in file nrf802154.h.

#include "net/ieee802154/radio.h"
+ Include dependency graph for nrf802154.h:

Go to the source code of this file.

Macros

#define CONFIG_NRF802154_CCA_THRESH_DEFAULT   0x14
 NRF802154 default CCA threshold value for CCACTRL register.
 
#define NRF802154_TIMER   TIMER_DEV(1)
 IEEE 802.15.4 radio timer configuration.
 

Typedefs

typedef struct nrf802154 nrf802154_t
 Device descriptor for NRF802154 transceiver.
 

Functions

void nrf802154_hal_setup (ieee802154_dev_t *hal)
 Setup NRF802154 in order to be used with the IEEE 802.15.4 Radio HAL.
 
int nrf802154_init (void)
 Initialize the NRF52840 radio.
 
void nrf802154_setup (nrf802154_t *dev)
 Setup a NRF802154 radio device.