Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Command.h103RCL_CommandStatus_HardStopTimeout = 0x38, /*!< Command ended because hard stop time was reac… enumerator
130 #define RCL_CommandStatus_isAnyHardStop(x) (((x) >= RCL_CommandStatus_HardStopTimeout) && ((x…
131 …) (((x) == RCL_CommandStatus_GracefulStopTimeout) || ((x) == RCL_CommandStatus_HardStopTimeout))
DRCL_Scheduler.c112 status = RCL_CommandStatus_HardStopTimeout; in RCL_Scheduler_findStopStatus()