Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dieee.h214 uint16_t ccaContentionWindow : 2; /*!< Initial contention window value for CCA */ member
233 .ccaContentionWindow = 1, \
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dieee.c141 uint8_t ccaContentionWindow; member
647 uint8_t ccaContentionWindow = txAction->ccaContentionWindow; in RCL_Handler_Ieee_RxTx() local
648 if (ccaContentionWindow < 1) in RCL_Handler_Ieee_RxTx()
650 ccaContentionWindow = 1; in RCL_Handler_Ieee_RxTx()
652 ieeeHandlerState.rxTx.ccaContentionWindow = ccaContentionWindow; in RCL_Handler_Ieee_RxTx()
653 uint32_t ccaDuration = (ccaContentionWindow - 1) * IEEE_BACKOFF_PERIOD; in RCL_Handler_Ieee_RxTx()
734 if (txAction->ccaContentionWindow <= 1) in RCL_Handler_Ieee_RxTx()
815 ieeeHandlerState.rxTx.ccaContentionWindow -= 1; in RCL_Handler_Ieee_RxTx()
816 if (ieeeHandlerState.rxTx.ccaContentionWindow == 0) in RCL_Handler_Ieee_RxTx()