SWCU185G January 2018 – June 2024 CC1312PSIP , CC1312R , CC1352P , CC1352R , CC2642R , CC2642R-Q1 , CC2652P , CC2652PSIP , CC2652R , CC2652RB , CC2652RSIP , CC2662R-Q1
Any command that uses a queue contains a pointer to a data entry queue structure, as given in
Table 26-10. The system CPU allocates and initializes this queue structure.
Byte Index | Field Name | Bits | Bit Field Name | Type | Description |
---|---|---|---|---|---|
0–3 | pCurrEntry | R/W | Pointer to the data entry currently in use by the radio CPU (or next in line to be used if the radio is not using the queue). NULL means that no buffer is currently in the queue. | ||
4–7 | pLastEntry | R/W | Pointer to the last entry entered in this queue. If pCurrEntry is nonNULL and pLastEntry is NULL, further entries may not be appended. |