|
Contiki 3.x
|
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/rime/rimestats.h"#include "net/linkaddr.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-ble.h"#include "rf-core/dot-15-4g.h"#include "hw_rfc_dbell.h"#include "hw_rfc_pwr.h"#include "rf-core/api/mailbox.h"#include "rf-core/api/common_cmd.h"#include "rf-core/api/data_entry.h"#include "rf-core/api/prop_mailbox.h"#include "rf-core/api/prop_cmd.h"#include "rf_patches/rf_patch_cpe_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. More... | |
Implementation of the CC13xx prop mode NETSTACK_RADIO driver.
Definition in file prop-mode.c.
1.8.6