![]() |
Contiki-NG
|
Implementation of the nRF52840 IEEE mode NETSTACK_RADIO driver. More...
#include "contiki.h"#include "dev/radio.h"#include "sys/energest.h"#include "sys/int-master.h"#include "sys/critical.h"#include "net/netstack.h"#include "net/packetbuf.h"#include "net/mac/tsch/tsch.h"#include "nrf_radio.h"#include "nrf_ppi.h"#include "nrf_timer.h"#include "nrf_clock.h"#include <stdint.h>#include <stdbool.h>#include <string.h>#include "sys/log.h"Go to the source code of this file.
Implementation of the nRF52840 IEEE mode NETSTACK_RADIO driver.
Definition in file nrf52840-ieee.c.