Contiki-NG
Loading...
Searching...
No Matches
nrf-ieee-driver-nrf53.c File Reference

IEEE 802.15.4 radio driver for the nRF5340 network core using Nordic's nrf_802154 library. More...

#include "contiki.h"
#include "dev/radio.h"
#include "net/netstack.h"
#include "net/packetbuf.h"
#include "net/linkaddr.h"
#include "net/mac/framer/frame802154.h"
#include "sys/energest.h"
#include "nrf_802154.h"
#include "nrf_802154_config.h"
#include "nrf.h"
#include <string.h>
#include <stdbool.h>
#include "sys/log.h"

Go to the source code of this file.

Detailed Description

IEEE 802.15.4 radio driver for the nRF5340 network core using Nordic's nrf_802154 library.

Wraps the asynchronous nrf_802154 API into Contiki-NG's synchronous radio_driver interface and exposes it as nrf_ieee_driver (replacing the raw nrf-ieee-driver-arch.c on this core). Adapted from the nRF54L15 port.

Author
Nicolas Tsiftes nicol.nosp@m.as.t.nosp@m.sifte.nosp@m.s@ri.nosp@m..se

Definition in file nrf-ieee-driver-nrf53.c.