CC13xx Driver Library
rfc_CMD_SET_RAT_CPT_s Struct Reference

Set Radio Timer Channel in Capture Mode. More...

#include <rf_common_cmd.h>

Data Fields

uint16_t commandNo
 The command ID number 0x0603. More...
 
struct {
   uint16_t   __pad0__:3
 
   uint16_t   inputSrc:5
 Input source indicator. More...
 
   uint16_t   ratCh:4
 The radio timer channel number. More...
 
   uint16_t   bRepeated:1
 0: Single capture mode
1: Repeated capture mode More...
 
   uint16_t   inputMode:2
 Input mode:
0: Capture on rising edge
1: Capture on falling edge
2: Capture on both edges
3: Reserved More...
 
config
 

Detailed Description

Set Radio Timer Channel in Capture Mode.

Field Documentation

uint16_t rfc_CMD_SET_RAT_CPT_s::__pad0__
uint16_t rfc_CMD_SET_RAT_CPT_s::bRepeated

0: Single capture mode
1: Repeated capture mode

uint16_t rfc_CMD_SET_RAT_CPT_s::commandNo

The command ID number 0x0603.

struct { ... } rfc_CMD_SET_RAT_CPT_s::config
uint16_t rfc_CMD_SET_RAT_CPT_s::inputMode

Input mode:
0: Capture on rising edge
1: Capture on falling edge
2: Capture on both edges
3: Reserved

uint16_t rfc_CMD_SET_RAT_CPT_s::inputSrc

Input source indicator.

uint16_t rfc_CMD_SET_RAT_CPT_s::ratCh

The radio timer channel number.