![]() |
Contiki-NG
|
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.
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.
Definition in file nrf-ieee-driver-nrf53.c.