Contiki-NG
Loading...
Searching...
No Matches

Implementation of the CC13xx prop mode NETSTACK_RADIO driver. More...

#include "contiki.h"
#include "dev/radio.h"
#include "dev/cc26xx-uart.h"
#include "dev/oscillators.h"
#include "dev/watchdog.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 "lpm.h"
#include "ti-lib.h"
#include "rf-core/rf-core.h"
#include "rf-core/rf-switch.h"
#include "rf-core/rf-ble.h"
#include "rf-core/prop-mode.h"
#include "rf-core/dot-15-4g.h"
#include "hw_rfc_dbell.h"
#include "hw_rfc_pwr.h"
#include "driverlib/rf_mailbox.h"
#include "driverlib/rf_common_cmd.h"
#include "driverlib/rf_data_entry.h"
#include "driverlib/rf_prop_mailbox.h"
#include "driverlib/rf_prop_cmd.h"
#include "rf_patches/rf_patch_cpe_genfsk.h"
#include "rf_patches/rf_patch_rfe_genfsk.h"
#include "rf-core/smartrf-settings.h"
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#include <stdbool.h>

Go to the source code of this file.

Macros

#define RF_RADIO_OP_GET_STATUS(a)   GET_FIELD_V(a, radioOp, status)
 Returns the current status of a running Radio Op command.
 

Detailed Description

Implementation of the CC13xx prop mode NETSTACK_RADIO driver.

Definition in file prop-mode.c.