Home
last modified time | relevance | path

Searched refs:txEntry (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dieee.h222 RCL_Buffer_DataEntry *txEntry; /*!< Entry holding frame to be transmitted */ member
241 .txEntry = NULL, \
Dgeneric.h157 RCL_Buffer_DataEntry *txEntry; /*!< Packet to transmit */ member
173 .txEntry = NULL, \
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dieee.c1008 RCL_Buffer_DataEntry *txEntry = txAction->txEntry; in RCL_Handler_Ieee_RxTx() local
1009 if (txEntry == NULL) in RCL_Handler_Ieee_RxTx()
1016 uint32_t wordLength = RCL_Buffer_DataEntry_paddedLen(txEntry->length) / 4; in RCL_Handler_Ieee_RxTx()
1026 uint32_t *data32 = (uint32_t *) (txEntry); in RCL_Handler_Ieee_RxTx()
1038 … uint32_t pos = txEntry->numPad - sizeof(txEntry->pad0) + IEEE_PHY_HDR_LEN + IEEE_MAC_FCF_LEN; in RCL_Handler_Ieee_RxTx()
1039 … if (txEntry->length >= sizeof(txEntry->numPad) + sizeof(txEntry->pad0) + pos) in RCL_Handler_Ieee_RxTx()
1041 seqNo = txEntry->data[pos]; in RCL_Handler_Ieee_RxTx()
Dgeneric.c510 if (txCmd->txEntry == NULL) in RCL_Handler_Generic_TxRepeat()
517 uint32_t length = txCmd->txEntry->length; in RCL_Handler_Generic_TxRepeat()
528 LRF_writeTxFifoWords((uint32_t *) txCmd->txEntry, wordLength); in RCL_Handler_Generic_TxRepeat()