CC13xx Driver Library
rfc_CMD_GET_FW_INFO_s Struct Reference

#include <rf_common_cmd.h>

Data Fields

uint16_t commandNo
 The command ID number 0x0002. More...
 
uint16_t versionNo
 Firmware version number. More...
 
uint16_t startOffset
 The start of free RAM. More...
 
uint16_t freeRamSz
 The size of free RAM. More...
 
uint16_t availRatCh
 Bitmap of available RAT channels. More...
 

Detailed Description

Definition at line 781 of file rf_common_cmd.h.

Field Documentation

uint16_t rfc_CMD_GET_FW_INFO_s::availRatCh

Bitmap of available RAT channels.

Definition at line 786 of file rf_common_cmd.h.

uint16_t rfc_CMD_GET_FW_INFO_s::commandNo

The command ID number 0x0002.

Definition at line 782 of file rf_common_cmd.h.

uint16_t rfc_CMD_GET_FW_INFO_s::freeRamSz

The size of free RAM.

Definition at line 785 of file rf_common_cmd.h.

uint16_t rfc_CMD_GET_FW_INFO_s::startOffset

The start of free RAM.

Definition at line 784 of file rf_common_cmd.h.

uint16_t rfc_CMD_GET_FW_INFO_s::versionNo

Firmware version number.

Definition at line 783 of file rf_common_cmd.h.