Texas Instruments CC2650DK Benutzerhandbuch

Seite von 1570
RF Core HAL
23.3.2.7.2 Data Entry
A data entry queue contains data entries of the type shown in
These entries are organized in
a linked list. The first entry of the queue is pointed to by the pCurrEntry field of the queue structure (see
). Each pNextEntry field points to the next entry. The last entry in the queue is also pointed to
by the pLastEntry field of the queue structure.
Table 23-10. General Data Entry Structure
Bit Field
Bytes
Field Name
Bits
Type
Description
Name
Pointer to next entry in the queue, NULL if this is
0–3
pNextEntry
R/W
the last entry
Indicates status of entry, including whether it is
4
status
R/W
free for the system CPU to write to
Type of data entry structure
0: General data entry
0–1
type
W
1: Multi-element RX entry
2: Pointer entry
Size of length word in start of each RX entry
element
5
config
0: No length indicator
2–3
lenSz
W
1: One byte length indicator
2: Two bytes length indicator
3: Reserved
For partial read RX entry only: The number of
4–7
irqIntv
W
bytes between interrupt generated by the radio
CPU (0000: 16 bytes)
Length of data field, or for pointer entries, of the
data buffer. For TX entries, this corresponds to
6–7
length
W
one entry element (packet). For RX entries, this
gives the total available storage space
Array of data to be received or transmitted (n =
8–(7+n)
data
R/W
length)
1466
Radio
SWCU117A – February 2015 – Revised March 2015
Copyright © 2015, Texas Instruments Incorporated