Contiki-NG
Macros

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 <DeviceFamily_constructPath(inc/hw_rfc_dbell.h)>
#include <DeviceFamily_constructPath(driverlib/rfc.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 "rf/rat.h"
#include "rf/radio-mode.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   6
 RSSI (1) + Timestamp (4) + Status (1)
 

Detailed Description

Implementation of the CC13xx/CC26xx prop-mode NETSTACK_RADIO driver.

Author
Edvard Pettersen e.pet.nosp@m.ters.nosp@m.en@ti.nosp@m..com

Definition in file prop-mode.c.