Home
last modified time | relevance | path

Searched refs:relativeTxStartTime (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dieee.h220 … uint16_t relativeTxStartTime; /*!< Start time of TX packet relative to the CCA start time */ member
239 .relativeTxStartTime = 0, \
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dieee.c248 uint32_t txTime = txActionTime + txAction->relativeTxStartTime; in RCL_Handler_Ieee_RxTx()
580 uint32_t txTime = txActionTime + txAction->relativeTxStartTime; in RCL_Handler_Ieee_RxTx()
820 … ieeeHandlerState.rxTx.ccaTxStartTime = ccaTime + txAction->relativeTxStartTime; in RCL_Handler_Ieee_RxTx()