Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dieee.h210 RCL_ScheduleType ccaScheduling : 1; /*!< Schedule type for the CCA part */ member
229 .ccaScheduling = RCL_Schedule_Now, \
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dieee.c236 …uint32_t txActionTime = (txAction->ccaScheduling == RCL_Schedule_AbsTime) ? txAction->absCcaStartT… in RCL_Handler_Ieee_RxTx()
560 …uint32_t txActionTime = (txAction->ccaScheduling == RCL_Schedule_AbsTime) ? txAction->absCcaStartT… in RCL_Handler_Ieee_RxTx()
562 if (txAction->ccaScheduling == RCL_Schedule_AbsTime && !txAction->allowDelay && in RCL_Handler_Ieee_RxTx()
641 RCL_ScheduleType ccaScheduling = txAction->ccaScheduling; in RCL_Handler_Ieee_RxTx() local
642 bool allowDelay = (ccaScheduling == RCL_Schedule_Now) ? true : txAction->allowDelay; in RCL_Handler_Ieee_RxTx()
654 if (ccaScheduling == RCL_Schedule_AbsTime && in RCL_Handler_Ieee_RxTx()
664 else if (allowDelay || ccaScheduling == RCL_Schedule_Now) in RCL_Handler_Ieee_RxTx()
666 if (ccaScheduling == RCL_Schedule_Now) in RCL_Handler_Ieee_RxTx()