Searched refs:RCL_Handle (Results 1 – 4 of 4) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/ |
| D | RCL.h | 91 RCL_Handle RCL_open(RCL_Client *c, const LRF_Config *lrfConfig); 98 void RCL_close(RCL_Handle h); 121 RCL_CommandStatus RCL_Command_submit(RCL_Handle h, RCL_Command_Handle c);
|
| D | RCL.c | 86 void phyHook(RCL *rclState, RCL_Handle client, RCL_Command *cmd); 96 void scheduleHook(RCL_SchedulerState *rclSchedulerState, RCL_Handle client, RCL_Command *cmd); 405 __attribute__((weak)) void phyHook(RCL *rclState, RCL_Handle client, RCL_Command *cmd) in phyHook() 415 __attribute__((weak)) void scheduleHook(RCL_SchedulerState *rclSchedulerState, RCL_Handle client, R… in scheduleHook() 648 RCL_Handle RCL_open(RCL_Client *c, const LRF_Config *lrfConfig) in RCL_open() 685 void RCL_close(RCL_Handle h) in RCL_close() 713 __attribute__((weak)) bool submitHook(RCL *rclState, RCL_Handle h, RCL_Command *c) in submitHook() 733 RCL_CommandStatus RCL_Command_submit(RCL_Handle h, RCL_Command_Handle c) in RCL_Command_submit() 770 RCL_Handle h = cmd->runtime.client; in RCL_Command_pend()
|
| D | RCL_Types.h | 43 typedef struct RCL_Client_s *RCL_Handle; typedef
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/wrappers/ |
| D | RCL_AdcNoise.c | 115 RCL_Handle h = RCL_open(RCL_CLIENT_PTR, &LRF_configAdcNoise); in RCL_AdcNoise_get_samples_blocking() 163 RCL_Handle h = RCL_open(RCL_CLIENT_PTR, &LRF_configAdcNoise); in RCL_AdcNoise_get_samples_callback()
|