Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Command.h102RCL_CommandStatus_GracefulStopScheduling, /*!< Command ended due to scheduling where interru… enumerator
129 …(x) >= RCL_CommandStatus_GracefulStopTimeout) && ((x) <= RCL_CommandStatus_GracefulStopScheduling))
133 … == RCL_CommandStatus_DescheduledScheduling) || ((x) == RCL_CommandStatus_GracefulStopScheduling) …
DRCL_Scheduler.c97 status = RCL_CommandStatus_GracefulStopScheduling; in RCL_Scheduler_findStopStatus()