|
Contiki-NG
|
Implementation of the CC13xx/CC26xx prop-mode NETSTACK_RADIO driver. More...
#include "contiki.h"#include "net/packetbuf.h"#include "net/netstack.h"#include "sys/energest.h"#include "sys/clock.h"#include "sys/rtimer.h"#include "sys/cc.h"#include "dev/watchdog.h"#include <ti/devices/DeviceFamily.h>#include <DeviceFamily_constructPath(driverlib/rf_mailbox.h)>#include <DeviceFamily_constructPath(driverlib/rf_common_cmd.h)>#include <DeviceFamily_constructPath(driverlib/rf_data_entry.h)>#include <DeviceFamily_constructPath(driverlib/rf_prop_cmd.h)>#include <DeviceFamily_constructPath(driverlib/rf_prop_mailbox.h)>#include <ti/drivers/rf/RF.h>#include "rf/rf.h"#include "rf/dot-15-4g.h"#include "rf/sched.h"#include "rf/data-queue.h"#include "rf/tx-power.h"#include "rf/settings.h"#include <stdint.h>#include <string.h>#include <stdio.h>#include <stdbool.h>#include <assert.h>#include "sys/log.h"Go to the source code of this file.
Macros | |
| #define | FRAME_SHAVE 2 |
| RSSI (1) + Status (1) | |
Implementation of the CC13xx/CC26xx prop-mode NETSTACK_RADIO driver.
Definition in file prop-mode.c.
1.8.13