Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Command.h104RCL_CommandStatus_HardStopApi, /*!< Command ended because stop API was called wit… enumerator
132 …eduledApi) || ((x) == RCL_CommandStatus_GracefulStopApi) || ((x) == RCL_CommandStatus_HardStopApi))
DRCL_Scheduler.c118 status = RCL_CommandStatus_HardStopApi; in RCL_Scheduler_findStopStatus()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dieee.c522 …Stop == RCL_StopType_Graceful) ? RCL_CommandStatus_GracefulStopApi : RCL_CommandStatus_HardStopApi; in RCL_Handler_Ieee_RxTx()
546 txAction->txStatus = RCL_CommandStatus_HardStopApi; in RCL_Handler_Ieee_RxTx()
941 ieeeCmd->txAction->txStatus = RCL_CommandStatus_HardStopApi; in RCL_Handler_Ieee_RxTx()
1568 status = RCL_CommandStatus_HardStopApi; in RCL_Handler_Ieee_findPbeErrorEndStatus()