Searched refs:stopType (Results 1 – 6 of 6) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/ |
| D | RCL.c | 64 static RCL_CommandStatus rclStop(RCL_Command_Handle c, RCL_StopType stopType, RCL_SchedulerStopReas… 419 RCL_StopType stopType = policyHook(rclSchedulerState->currCmd, cmd); in scheduleHook() local 421 if (rclSchedulerState->currCmd && stopType > RCL_StopType_None) in scheduleHook() 431 rclStop(rclSchedulerState->currCmd, stopType, RCL_SchedulerStopReason_Scheduling); in scheduleHook() 437 switch (stopType) in scheduleHook() 794 RCL_CommandStatus RCL_Command_stop(RCL_Command_Handle c, RCL_StopType stopType) in RCL_Command_stop() argument 796 return rclStop(c, stopType, RCL_SchedulerStopReason_Api); in RCL_Command_stop() 802 static RCL_CommandStatus rclStop(RCL_Command_Handle c, RCL_StopType stopType, RCL_SchedulerStopReas… in rclStop() argument 808 …CL_CommandStatus_Queued || cmd->status >= RCL_CommandStatus_Finished || stopType == RCL_StopType_N… in rclStop() 811 …oreShort, Log_DEBUG, "Stop called with type: %d, resulting status: 0x%02X", stopType, cmd->status); in rclStop() [all …]
|
| D | RCL_Scheduler.c | 70 RCL_CommandStatus RCL_Scheduler_findStopStatus(RCL_StopType stopType) in RCL_Scheduler_findStopStatus() argument 73 switch (stopType) in RCL_Scheduler_findStopStatus() 430 RCL_StopType stopType = RCL_StopType_None; in RCL_Scheduler_setStopTimes() local 450 stopType = RCL_StopType_Hard; in RCL_Scheduler_setStopTimes() 465 stopType = RCL_StopType_Graceful; in RCL_Scheduler_setStopTimes() 473 return stopType; in RCL_Scheduler_setStopTimes()
|
| D | RCL.h | 146 RCL_CommandStatus RCL_Command_stop(RCL_Command_Handle c, RCL_StopType stopType);
|
| D | RCL_Scheduler.h | 119 RCL_CommandStatus RCL_Scheduler_findStopStatus(RCL_StopType stopType);
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/ |
| D | ieee.h | 141 RCL_CommandStatus RCL_IEEE_Tx_stop(RCL_CmdIeeeRxTx *cmd, RCL_StopType stopType);
|
| D | ieee.c | 1487 RCL_CommandStatus RCL_IEEE_Tx_stop(RCL_CmdIeeeRxTx *cmd, RCL_StopType stopType) in RCL_IEEE_Tx_stop() argument 1512 ieeeHandlerState.rxTx.txActionStop = stopType; in RCL_IEEE_Tx_stop() 1744 RCL_StopType stopType = RCL_Scheduler_setStopTimes(); in RCL_Handler_Ieee_restoreStopTime() local 1756 if (stopType == RCL_StopType_Hard) in RCL_Handler_Ieee_restoreStopTime()
|