![]() |
Contiki-NG
|
Implementation of the CC13xx/CC26xx RF scheduler. More...
#include "contiki.h"#include "dev/watchdog.h"#include "sys/cc.h"#include "sys/etimer.h"#include "sys/process.h"#include "sys/energest.h"#include "net/netstack.h"#include "net/packetbuf.h"#include "net/mac/mac.h"#include "lib/random.h"#include <ti/devices/DeviceFamily.h>#include <DeviceFamily_constructPath(driverlib/rf_common_cmd.h)>#include <DeviceFamily_constructPath(driverlib/rf_mailbox.h)>#include <DeviceFamily_constructPath(driverlib/rf_ble_mailbox.h)>#include <DeviceFamily_constructPath(driverlib/rf_prop_mailbox.h)>#include <DeviceFamily_constructPath(driverlib/rf_ieee_mailbox.h)>#include <ti/drivers/rf/RF.h>#include "rf/rf.h"#include "rf/sched.h"#include "rf/data-queue.h"#include "rf/settings.h"#include "rf/radio-mode.h"#include <stdbool.h>#include <stdint.h>#include <string.h>#include "sys/log.h"Go to the source code of this file.
Implementation of the CC13xx/CC26xx RF scheduler.
Definition in file sched.c.