![]() |
Contiki-NG
|
IPC radio driver for the nRF5340 application core. More...
#include "contiki.h"#include "dev/radio.h"#include "net/netstack.h"#include "net/packetbuf.h"#include "nrf-ipc.h"#include "nrf.h"#include "nrfx.h"#include <inttypes.h>#include <string.h>Go to the source code of this file.
IPC radio driver for the nRF5340 application core.
This driver implements the Contiki-NG radio API by forwarding all radio operations over IPC to the network core, which runs the actual 802.15.4 radio hardware.
Definition in file nrf-ipc-radio.c.