Searched refs:hardStopInfo (Results 1 – 5 of 5) sorted by relevance
109 switch (rclSchedulerState.hardStopInfo.stopReason) in RCL_Scheduler_findStopStatus()352 rclSchedulerState.hardStopInfo.cmdStopTime = startTime + relHardStopTime; in rclSchedulerProcessCmdStartStopTime()353 rclSchedulerState.hardStopInfo.cmdStopEnabled = true; in rclSchedulerProcessCmdStartStopTime()373 rclSchedulerFindEarliestStopTime(&rclSchedulerState.hardStopInfo); in rclSchedulerProcessCmdStartStopTime()380 if (rclSchedulerState.hardStopInfo.apiStopEnabled) in rclSchedulerProcessCmdStartStopTime()386 else if (rclSchedulerState.hardStopInfo.stopReason != RCL_SchedulerStopReason_None) in rclSchedulerProcessCmdStartStopTime()388 …uint32_t stopTime = (rclSchedulerState.hardStopInfo.stopReason == RCL_SchedulerStopReason_Timeout)… in rclSchedulerProcessCmdStartStopTime()389 … rclSchedulerState.hardStopInfo.cmdStopTime : rclSchedulerState.hardStopInfo.schedStopTime; in rclSchedulerProcessCmdStartStopTime()439 if (rclSchedulerState.hardStopInfo.stopReason != RCL_SchedulerStopReason_None) in RCL_Scheduler_setStopTimes()441 …uint32_t stopTime = (rclSchedulerState.hardStopInfo.stopReason == RCL_SchedulerStopReason_Timeout)… in RCL_Scheduler_setStopTimes()[all …]
158 rclSchedulerState.descheduleReason = rclSchedulerState.hardStopInfo.stopReason; in rclCommandHwi()440 stopInfo = &rclSchedulerState->hardStopInfo; in scheduleHook()823 stopType = RCL_Scheduler_cancelSchedStopTime(&rclSchedulerState.hardStopInfo); in rclStop()828 if (rclSchedulerState.hardStopInfo.apiStopEnabled == 0) in rclStop()831 rclSchedulerState.hardStopInfo.apiStopEnabled = 1; in rclStop()844 rclSchedulerState.hardStopInfo.apiStopEnabled == 0) in rclStop()867 rclSchedulerState.hardStopInfo.apiStopEnabled == 0) in rclStop()876 rclSchedulerState.hardStopInfo.stopReason = stopReason; in rclStop()877 if (rclSchedulerState.hardStopInfo.apiStopEnabled == 0) in rclStop()880 rclSchedulerState.hardStopInfo.apiStopEnabled = 1; in rclStop()
95 RCL_SchedulerStopInfo hardStopInfo; member
1688 if (rclSchedulerState.hardStopInfo.stopReason != RCL_SchedulerStopReason_None) in RCL_Handler_Ieee_setCustomEventTime()1690 if (rclSchedulerState.hardStopInfo.stopReason == RCL_SchedulerStopReason_Timeout) in RCL_Handler_Ieee_setCustomEventTime()1692 activeStopTime = rclSchedulerState.hardStopInfo.cmdStopTime; in RCL_Handler_Ieee_setCustomEventTime()1694 else if (rclSchedulerState.hardStopInfo.stopReason == RCL_SchedulerStopReason_Scheduling) in RCL_Handler_Ieee_setCustomEventTime()1696 activeStopTime = rclSchedulerState.hardStopInfo.schedStopTime; in RCL_Handler_Ieee_setCustomEventTime()1704 if (rclSchedulerState.hardStopInfo.stopReason == RCL_SchedulerStopReason_None || in RCL_Handler_Ieee_setCustomEventTime()1758 if (rclSchedulerState.hardStopInfo.apiStopEnabled == 0) in RCL_Handler_Ieee_restoreStopTime()1761 rclSchedulerState.hardStopInfo.apiStopEnabled = 1; in RCL_Handler_Ieee_restoreStopTime()
3060 …if (!(rclSchedulerState.hardStopInfo.apiStopEnabled || rclSchedulerState.gracefulStopInfo.apiStopE… in RCL_Handler_BLE5_scan_init()3193 …else if (rclSchedulerState.hardStopInfo.apiStopEnabled && endCause == PBE_COMMON_RAM_ENDCAUSE_STAT… in RCL_Handler_BLE5_scan_init()3738 …else if (rclSchedulerState.hardStopInfo.apiStopEnabled && endCause == PBE_COMMON_RAM_ENDCAUSE_STAT… in RCL_Handler_BLE5_periodicScan()