Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Command.h105RCL_CommandStatus_HardStopScheduling, /*!< Command ended due to scheduling where interru… enumerator
127 … (((x) >= RCL_CommandStatus_DescheduledApi) && ((x) <= RCL_CommandStatus_HardStopScheduling))
130 … (((x) >= RCL_CommandStatus_HardStopTimeout) && ((x) <= RCL_CommandStatus_HardStopScheduling))
133 …((x) == RCL_CommandStatus_GracefulStopScheduling) || ((x) == RCL_CommandStatus_HardStopScheduling))
DRCL_Scheduler.c115 status = RCL_CommandStatus_HardStopScheduling; in RCL_Scheduler_findStopStatus()