Download Print this page

Texas Instruments SimpleLink CC2620 Technical Reference Manual page 1485

Zigbee rf4ce wireless mcu simplelink cc13 series; simplelink cc26 series

Advertisement

www.ti.com
23.3.2.6.1 Radio Operation Command Structure
Table 23-8
shows the command structure for radio operation commands. Some commands have
additional fields appended after this.
Byte Index
Field Name
0–1
commandNo
2–3
status
4–7
pNextOp
8–11
startTime
12
startTrigger
13
condition
23.3.2.7 Data Entry Structures
A data entry must belong to a queue. The queues are set up as part of the command structure of a radio
operation command.
Operations on queues available as commands are described in
23.3.2.7.1 Data Entry Queue
Any command that uses a queue contains a pointer to a data entry queue structure, as given in
Table
23-9. The system CPU allocates and initializes this queue structure.
Byte Index
Field Name
0–3
pCurrEntry
4–7
pLastEntry
SWCU117C – February 2015 – Revised September 2015
Submit Documentation Feedback
Table 23-8. Radio Operation Command Format
Bit Field
Bits
Name
Table 23-9. Data Entry Queue Structure
Bit Field
Bits
Name
Copyright © 2015, Texas Instruments Incorporated
Type
Description
W
The command ID number
An integer telling the status of the command. This
value is updated by the radio CPU during
R/W
operation and may be read by the system CPU at
any time.
Pointer to the next operation to run after this
W
operation is done
Absolute or relative start time (depending on the
W
value of the startTrigger field)
Identification of the trigger that starts the
operation
W
Condition for running next operation
Section
23.3.5.
Type
Description
Pointer to the data entry currently in use by the
radio CPU (or next in line to be used if the radio is
R/W
not using the queue). NULL means that no buffer
is currently in the queue.
Pointer to the last entry entered in this queue. If
R/W
pCurrEntry is nonNULL and pLastEntry is NULL,
further entries may not be appended.
RF Core HAL
1485
Radio

Hide quick links:

Advertisement

loading