CC13xx Driver Library
rfc_CMD_READ_RFREG_s Struct Reference

Read RF Core Hardware Register. More...

#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

Read RF Core Hardware Register.

Field Documentation

uint16_t rfc_CMD_READ_RFREG_s::address

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

uint16_t rfc_CMD_READ_RFREG_s::commandNo

The command ID number 0x0601.

uint32_t rfc_CMD_READ_RFREG_s::value

Returned value of the register.