Home
last modified time | relevance | path

Searched refs:allowDelay (Results 1 – 8 of 8) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Scheduler.h164 …CustomStartStopTime(const RCL_CommandTiming *timing, RCL_ScheduleType scheduling, bool allowDelay);
183 …art(const RCL_CommandTiming *timing, RCL_ScheduleType scheduling, bool allowDelay, uint32_t earlie…
218 RCL_CommandStatus RCL_Scheduler_setNewStartAbsTime(uint32_t startTime, bool allowDelay);
DRCL_Scheduler.c148 … startType = cmd->allowDelay ? SchedulerStartAbsTimeAllowDelay : SchedulerStartAbsTimeNoDelay; in RCL_Scheduler_setStartStopTime()
173 … startType = cmd->allowDelay ? SchedulerStartAbsTimeAllowDelay : SchedulerStartAbsTimeNoDelay; in RCL_Scheduler_setStartStopTimeEarliestStart()
202 …tCustomStartStopTime(const RCL_CommandTiming *timing, RCL_ScheduleType scheduling, bool allowDelay) in RCL_Scheduler_setCustomStartStopTime() argument
211 startType = allowDelay ? SchedulerStartAbsTimeAllowDelay : SchedulerStartAbsTimeNoDelay; in RCL_Scheduler_setCustomStartStopTime()
227 …art(const RCL_CommandTiming *timing, RCL_ScheduleType scheduling, bool allowDelay, uint32_t earlie… in RCL_Scheduler_setCustomStartStopTimeEarliestStart() argument
236 startType = allowDelay ? SchedulerStartAbsTimeAllowDelay : SchedulerStartAbsTimeNoDelay; in RCL_Scheduler_setCustomStartStopTimeEarliestStart()
283 RCL_CommandStatus RCL_Scheduler_setNewStartAbsTime(uint32_t startTime, bool allowDelay) in RCL_Scheduler_setNewStartAbsTime() argument
286 allowDelay ? SchedulerStartAbsTimeAllowDelay : SchedulerStartAbsTimeNoDelay); in RCL_Scheduler_setNewStartAbsTime()
DRCL_Command.h179 bool allowDelay; /*!< Start may be delayed */ member
191 .allowDelay = false, \
DRCL.c349 if (nextCmd && !nextCmd->allowDelay && rclSchedulerState.nextWantsStop) in rclDispatchHwi()
483 if (false == nextCmd->allowDelay && deltaTime < (int32_t)RCL_SCHEDULER_TRIG_NOW_DELAY) in rclSchedulerHwi()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dieee.h211 …uint16_t allowDelay : 1; /*!< 0: Give error if CCA time is in the past. 1: Start immedi… member
230 .allowDelay = 1, \
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dieee.c238 if (!txAction->allowDelay && !RCL_Scheduler_isLater(cmdTime, txActionTime)) in RCL_Handler_Ieee_RxTx()
250 … ieeeHandlerState.rxTx.allowTxDelay = txAction->allowDelay || txAction->allowTxDelay; in RCL_Handler_Ieee_RxTx()
562 if (txAction->ccaScheduling == RCL_Schedule_AbsTime && !txAction->allowDelay && in RCL_Handler_Ieee_RxTx()
582 … ieeeHandlerState.rxTx.allowTxDelay = txAction->allowDelay || txAction->allowTxDelay; in RCL_Handler_Ieee_RxTx()
642 bool allowDelay = (ccaScheduling == RCL_Schedule_Now) ? true : txAction->allowDelay; in RCL_Handler_Ieee_RxTx() local
664 else if (allowDelay || ccaScheduling == RCL_Schedule_Now) in RCL_Handler_Ieee_RxTx()
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2.h1643 uint32_t allowDelay; /* Delay allowed if the start time cannot be met. */ member
1752 …uint32_t allowDelay; ///< Control word to define the policy of the scheduler if… member
DRFCC26X2_multiMode.c1609 if ((status == RF_ScheduleStatusError) && (newCmd->allowDelay)) in RF_howToSchedule()
4740 pCmd->allowDelay = RF_AllowDelayAny; in RF_postCmd()
4788 pSchParams->allowDelay = RF_AllowDelayAny; in RF_ScheduleCmdParams_init()
4867 pCmd->allowDelay = pSchParams->allowDelay; in RF_scheduleCmd()