CC13xx Driver Library
rfc_CMD_SET_RAT_CMP_s Struct Reference

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

#include <rf_common_cmd.h>

Data Fields

uint16_t commandNo
 The command ID number 0x000A. More...
 
uint8_t ratCh
 The radio timer channel number. More...
 
uint8_t __dummy0
 
ratmr_t compareTime
 The time at which the compare occurs. More...
 

Detailed Description

Set Radio Timer Channel in Compare Mode.

Definition at line 800 of file rf_common_cmd.h.

Field Documentation

uint8_t rfc_CMD_SET_RAT_CMP_s::__dummy0

Definition at line 803 of file rf_common_cmd.h.

uint16_t rfc_CMD_SET_RAT_CMP_s::commandNo

The command ID number 0x000A.

Definition at line 801 of file rf_common_cmd.h.

ratmr_t rfc_CMD_SET_RAT_CMP_s::compareTime

The time at which the compare occurs.

Definition at line 804 of file rf_common_cmd.h.

uint8_t rfc_CMD_SET_RAT_CMP_s::ratCh

The radio timer channel number.

Definition at line 802 of file rf_common_cmd.h.