Searched refs:RCL_Command_Handle (Results 1 – 5 of 5) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/ |
| D | RCL.h | 121 RCL_CommandStatus RCL_Command_submit(RCL_Handle h, RCL_Command_Handle c); 132 RCL_CommandStatus RCL_Command_pend(RCL_Command_Handle c); 146 RCL_CommandStatus RCL_Command_stop(RCL_Command_Handle c, RCL_StopType stopType);
|
| D | RCL_Types.h | 36 typedef void * RCL_Command_Handle; typedef
|
| D | RCL.c | 64 static RCL_CommandStatus rclStop(RCL_Command_Handle c, RCL_StopType stopType, RCL_SchedulerStopReas… 733 RCL_CommandStatus RCL_Command_submit(RCL_Handle h, RCL_Command_Handle c) in RCL_Command_submit() 767 RCL_CommandStatus RCL_Command_pend(RCL_Command_Handle c) in RCL_Command_pend() 794 RCL_CommandStatus RCL_Command_stop(RCL_Command_Handle c, RCL_StopType stopType) in RCL_Command_stop() 802 static RCL_CommandStatus rclStop(RCL_Command_Handle c, RCL_StopType stopType, RCL_SchedulerStopReas… in rclStop()
|
| D | RCL_Scheduler.h | 357 bool RCL_Scheduler_postEvent(RCL_Command_Handle c, RCL_Events e);
|
| D | RCL_Scheduler.c | 741 bool RCL_Scheduler_postEvent(RCL_Command_Handle c, RCL_Events e) in RCL_Scheduler_postEvent()
|