![]() |
Contiki-NG
|
Implementation of the CC13xx/CC26xx IEEE-mode NETSTACK_RADIO driver. More...
#include "contiki.h"#include "net/packetbuf.h"#include "net/linkaddr.h"#include "net/netstack.h"#include "sys/energest.h"#include "sys/clock.h"#include "sys/rtimer.h"#include "sys/ctimer.h"#include "sys/cc.h"#include <ti/devices/DeviceFamily.h>#include <DeviceFamily_constructPath(driverlib/rf_common_cmd.h)>#include <DeviceFamily_constructPath(driverlib/rf_data_entry.h)>#include <DeviceFamily_constructPath(driverlib/rf_mailbox.h)>#include <DeviceFamily_constructPath(driverlib/rf_ieee_mailbox.h)>#include <ti/drivers/rf/RF.h>#include "rf/rf.h"#include "rf/data-queue.h"#include "rf/dot-15-4g.h"#include "rf/sched.h"#include "rf/settings.h"#include "rf/tx-power.h"#include "rf/rat.h"#include "rf/radio-mode.h"#include <inttypes.h>#include <stdint.h>#include <stddef.h>#include <string.h>#include <stdio.h>#include <stdbool.h>#include "sys/log.h"Go to the source code of this file.
Implementation of the CC13xx/CC26xx IEEE-mode NETSTACK_RADIO driver.
Definition in file ieee-mode.c.