CC26xx Driver Library
rfc_CMD_REMOVE_PENDING_ENTRIES_s Struct Reference

#include <rf_common_cmd.h>

Data Fields

uint16_t commandNo
 The command ID number 0x0009. More...
 
uint16_t __dummy0
 
dataQueue_tpQueue
 Pointer to the queue structure to be flushed. More...
 
uint8_t * pFirstEntry
 Pointer to the first entry that was removed. More...
 

Detailed Description

Definition at line 873 of file rf_common_cmd.h.

Field Documentation

uint16_t rfc_CMD_REMOVE_PENDING_ENTRIES_s::__dummy0

Definition at line 875 of file rf_common_cmd.h.

uint16_t rfc_CMD_REMOVE_PENDING_ENTRIES_s::commandNo

The command ID number 0x0009.

Definition at line 874 of file rf_common_cmd.h.

uint8_t* rfc_CMD_REMOVE_PENDING_ENTRIES_s::pFirstEntry

Pointer to the first entry that was removed.

Definition at line 877 of file rf_common_cmd.h.

dataQueue_t* rfc_CMD_REMOVE_PENDING_ENTRIES_s::pQueue

Pointer to the queue structure to be flushed.

Definition at line 876 of file rf_common_cmd.h.