Searched refs:cmdTime (Results 1 – 1 of 1) sorted by relevance
235 …uint32_t cmdTime = (cmd->scheduling == RCL_Schedule_AbsTime) ? cmd->timing.absStartTime : RCL_Sche… in RCL_Handler_Ieee_RxTx() local236 …tionTime = (txAction->ccaScheduling == RCL_Schedule_AbsTime) ? txAction->absCcaStartTime : cmdTime; in RCL_Handler_Ieee_RxTx()238 if (!txAction->allowDelay && !RCL_Scheduler_isLater(cmdTime, txActionTime)) in RCL_Handler_Ieee_RxTx()251 … if (rxAction == NULL || RCL_Scheduler_delta(cmdTime, txTime) < (2 * IEEE_CCA_START_TIME_MARGIN)) in RCL_Handler_Ieee_RxTx()