33 #ifndef ti_drivers_RCL_handlers_ieee_h__include 34 #define ti_drivers_RCL_handlers_ieee_h__include
RCL_IEEE_UpdateResult RCL_IEEE_updateRxAction(RCL_CmdIeeeRxTx *cmd)
Update RX Action contents.
Definition: ieee.c:1986
RCL_IEEE_UpdateResult RCL_IEEE_updateSourceMatchingTableShort(RCL_CmdIeeeRxTx *cmd, RCL_IEEE_SourceMatchingUpdate description, RCL_CmdIeee_PanIdAddr newPanIdAddr)
Update short source matching table.
Definition: ieee.c:2025
RCL_IEEE_UpdateResult RCL_IEEE_updateTxPower(RCL_CmdIeeeRxTx *cmd, RCL_Command_TxPower newTxPower)
Update TX power.
Definition: ieee.c:2121
RCL_StopType
Stop types.
Definition: RCL_Command.h:145
Index of the tx power table.
Definition: LRFCC23X0.h:169
RCL_IEEE_AckEntryResult
Result of entering ACK frame.
Definition: ieee.h:65
RCL_IEEE_UpdateResult RCL_IEEE_updateSourceMatchingTableExt(RCL_CmdIeeeRxTx *cmd, RCL_IEEE_SourceMatchingUpdate description, const uint64_t *newAddr)
Update extended source matching table.
RCL_CommandStatus RCL_IEEE_Tx_stop(RCL_CmdIeeeRxTx *cmd, RCL_StopType stopType)
Stop a Tx action in an IEEE command.
Definition: ieee.c:1861
int8_t RCL_IEEE_getRxRssi(const RCL_Buffer_DataEntry *rxEntry)
Get received RSSI from frame.
Definition: ieee.c:2873
RCL_IEEE_AckEntryResult RCL_IEEE_cancelAck(RCL_CmdIeeeRxTx *cmd)
Cancel transmission of ACK in response to received frame.
Definition: ieee.c:1929
RCL_IEEE_SourceMatchingOperation
Definition: ieee.h:75
uint8_t index
Definition: ieee.h:88
size_t RCL_IEEE_readPartialFrame(RCL_CmdIeeeRxTx *cmd, RCL_Buffer_DataEntry *dataEntry, size_t entrySize)
Read partially received frame into buffer.
Definition: ieee.c:1944
uint32_t RCL_IEEE_getRxTimestamp(const RCL_Buffer_DataEntry *rxEntry)
Get received timestamp from frame.
Definition: ieee.c:2938
uint8_t panNo
Definition: ieee.h:87
RCL_Events RCL_Handler_Ieee_RxTx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn)
Definition: ieee.c:249
RCL_CommandStatus
Command status.
Definition: RCL_Command.h:86
uint8_t RCL_IEEE_getRxLqi(const RCL_Buffer_DataEntry *rxEntry)
Get received LQI from frame.
Definition: ieee.c:2905
RCL_IEEE_AckEntryResult RCL_IEEE_enterAck(RCL_CmdIeeeRxTx *cmd, uint32_t *ackData, uint8_t numWords)
Provide ACK data to be transmitted in response to received frame.
Definition: ieee.c:1901
RCL_IEEE_SourceMatchingOperation operation
Definition: ieee.h:89
RCL_Events RCL_Handler_Ieee_TxTest(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn)
Definition: ieee.c:1629
RCL_CommandStatus RCL_IEEE_Tx_submit(RCL_CmdIeeeRxTx *cmd, RCL_CmdIeee_TxAction *txAction)
Update tx action.
Definition: ieee.c:1806
RCL_IEEE_UpdateResult
Result of IEEE command update API.
Definition: ieee.h:51