Searched refs:ccaScheduling (Results 1 – 2 of 2) sorted by relevance
210 RCL_ScheduleType ccaScheduling : 1; /*!< Schedule type for the CCA part */ member229 .ccaScheduling = RCL_Schedule_Now, \
236 …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() local642 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()