Home
last modified time | relevance | path

Searched refs:RCL_CommandStatus_DescheduledApi (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Command.h98RCL_CommandStatus_DescheduledApi = 0x31, /*!< Command was descheduled before starting runni… enumerator
127 #define RCL_CommandStatus_isAnyStop(x) (((x) >= RCL_CommandStatus_DescheduledApi) && ((x)…
128 #define RCL_CommandStatus_isAnyDescheduled(x) (((x) >= RCL_CommandStatus_DescheduledApi) && ((x)…
132 #define RCL_CommandStatus_isAnyApiStop(x) (((x) == RCL_CommandStatus_DescheduledApi) || ((x)…
DRCL_Scheduler.c82 status = RCL_CommandStatus_DescheduledApi; in RCL_Scheduler_findStopStatus()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dieee.c512 txAction->txStatus = RCL_CommandStatus_DescheduledApi; in RCL_Handler_Ieee_RxTx()
1505 txAction->txStatus = RCL_CommandStatus_DescheduledApi; in RCL_IEEE_Tx_stop()