CC13xx Driver Library
rfc_CMD_READ_RFREG_s Struct Reference

#include <rf_common_cmd.h>

Data Fields

uint16_t commandNo
 The command ID number 0x0601. More...
 
uint16_t address
 The offset from the start of the RF core HW register bank (0x40040000) More...
 
uint32_t value
 Returned value of the register. More...
 

Detailed Description

Definition at line 813 of file rf_common_cmd.h.

Field Documentation

uint16_t rfc_CMD_READ_RFREG_s::address

The offset from the start of the RF core HW register bank (0x40040000)

Definition at line 815 of file rf_common_cmd.h.

uint16_t rfc_CMD_READ_RFREG_s::commandNo

The command ID number 0x0601.

Definition at line 814 of file rf_common_cmd.h.

uint32_t rfc_CMD_READ_RFREG_s::value

Returned value of the register.

Definition at line 816 of file rf_common_cmd.h.