CC13xx Driver Library
rfc_CMD_SET_RAT_OUTPUT_s Struct Reference

#include <rf_common_cmd.h>

Data Fields

uint16_t commandNo
 The command ID number 0x0604. More...
 
struct {
   uint16_t   __pad0__:2
 
   uint16_t   outputSel:3
 Output event indicator. More...
 
   uint16_t   outputMode:3
 0: Set output line low as default; and pulse on event. Duration of pulse is one RF Core clock period (ca. 41.67 ns).
1: Set output line high on event
2: Set output line low on event
3: Toggle (invert) output line state on event
4: Immediately set output line to low (does not change upon event)
5: Immediately set output line to high (does not change upon event)
Others: Reserved More...
 
   uint16_t   ratCh:4
 The radio timer channel number. More...
 
config
 

Detailed Description

Definition at line 926 of file rf_common_cmd.h.

Field Documentation

uint16_t rfc_CMD_SET_RAT_OUTPUT_s::__pad0__

Definition at line 929 of file rf_common_cmd.h.

uint16_t rfc_CMD_SET_RAT_OUTPUT_s::commandNo

The command ID number 0x0604.

Definition at line 927 of file rf_common_cmd.h.

struct { ... } rfc_CMD_SET_RAT_OUTPUT_s::config
uint16_t rfc_CMD_SET_RAT_OUTPUT_s::outputMode

0: Set output line low as default; and pulse on event. Duration of pulse is one RF Core clock period (ca. 41.67 ns).
1: Set output line high on event
2: Set output line low on event
3: Toggle (invert) output line state on event
4: Immediately set output line to low (does not change upon event)
5: Immediately set output line to high (does not change upon event)
Others: Reserved

Definition at line 931 of file rf_common_cmd.h.

uint16_t rfc_CMD_SET_RAT_OUTPUT_s::outputSel

Output event indicator.

Definition at line 930 of file rf_common_cmd.h.

uint16_t rfc_CMD_SET_RAT_OUTPUT_s::ratCh

The radio timer channel number.

Definition at line 938 of file rf_common_cmd.h.