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

Files

file  arch/cpu/cc26x0-cc13x0/rf-core/prop-mode-tx-power.c
 Default TX power settings.
file  arch/cpu/cc26x0-cc13x0/rf-core/prop-mode.c
 Implementation of the CC13xx prop mode NETSTACK_RADIO driver.
file  arch/cpu/cc26x0-cc13x0/rf-core/prop-mode.h
 Header file for the CC13xx prop mode NETSTACK_RADIO driver.
file  arch/platform/cc26x0-cc13x0/launchpad/cc1350/tx-power-driver.c
 TX power settings for the CC1350 LP.

Macros

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

Detailed Description

Macro Definition Documentation

◆ RF_RADIO_OP_GET_STATUS

#define RF_RADIO_OP_GET_STATUS ( a)
Value:
GET_FIELD_V(a, radioOp, status)

Returns the current status of a running Radio Op command.

Parameters
aA pointer with the buffer used to initiate the command
Returns
The value of the Radio Op buffer's status field

This macro can be used to e.g. return the status of a previously initiated background operation, or of an immediate command

Definition at line 115 of file prop-mode.c.