|
Contiki-NG
|
Files | |
| file | prop-mode-tx-power.c |
| Default TX power settings. | |
| file | prop-mode.c |
| Implementation of the CC13xx prop mode NETSTACK_RADIO driver. | |
| file | prop-mode.h |
| Header file for the CC13xx prop mode NETSTACK_RADIO driver. | |
| file | tx-power-driver.c |
| TX power settings for the CC1350 LP. | |
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... | |
| #define RF_RADIO_OP_GET_STATUS | ( | a | ) | GET_FIELD_V(a, radioOp, status) |
Returns the current status of a running Radio Op command.
| a | A pointer with the buffer used to initiate the command |
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 116 of file prop-mode.c.
1.8.13