Home
last modified time | relevance | path

Searched refs:RCL_Command_Handle (Results 1 – 5 of 5) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL.h121 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);
DRCL_Types.h36 typedef void * RCL_Command_Handle; typedef
DRCL.c64 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()
DRCL_Scheduler.h357 bool RCL_Scheduler_postEvent(RCL_Command_Handle c, RCL_Events e);
DRCL_Scheduler.c741 bool RCL_Scheduler_postEvent(RCL_Command_Handle c, RCL_Events e) in RCL_Scheduler_postEvent()