Contiki 3.x
Files | Macros
CC13xx Prop mode driver

Files

file  prop-mode.c
 Implementation of the CC13xx prop mode NETSTACK_RADIO driver.
 

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...
 

Detailed Description

Macro Definition Documentation

#define RF_RADIO_OP_GET_STATUS (   a)    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 128 of file prop-mode.c.