Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Command.h101RCL_CommandStatus_GracefulStopApi, /*!< Command ended because stop API was called wit… enumerator
132 … (((x) == RCL_CommandStatus_DescheduledApi) || ((x) == RCL_CommandStatus_GracefulStopApi) || …
DRCL_Scheduler.c100 status = RCL_CommandStatus_GracefulStopApi; in RCL_Scheduler_findStopStatus()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dieee.c522 …ction->txStatus = (txActionStop == RCL_StopType_Graceful) ? RCL_CommandStatus_GracefulStopApi : RC… in RCL_Handler_Ieee_RxTx()