CC13xx Driver Library
rfc_CMD_ADD_DATA_ENTRY_s Struct Reference

#include <rf_common_cmd.h>

Data Fields

uint16_t commandNo
 The command ID number 0x0005. More...
 
uint16_t __dummy0
 
dataQueue_tpQueue
 Pointer to the queue structure to which the entry will be added. More...
 
uint8_t * pEntry
 Pointer to the entry. More...
 

Detailed Description

Definition at line 824 of file rf_common_cmd.h.

Field Documentation

uint16_t rfc_CMD_ADD_DATA_ENTRY_s::__dummy0

Definition at line 826 of file rf_common_cmd.h.

uint16_t rfc_CMD_ADD_DATA_ENTRY_s::commandNo

The command ID number 0x0005.

Definition at line 825 of file rf_common_cmd.h.

uint8_t* rfc_CMD_ADD_DATA_ENTRY_s::pEntry

Pointer to the entry.

Definition at line 828 of file rf_common_cmd.h.

dataQueue_t* rfc_CMD_ADD_DATA_ENTRY_s::pQueue

Pointer to the queue structure to which the entry will be added.

Definition at line 827 of file rf_common_cmd.h.