Lines Matching refs:timer_handle_t
30 typedef void *timer_handle_t; typedef
65 timer_handle_t csi_timer_initialize(int32_t idx, timer_event_cb_t cb_event);
72 int32_t csi_timer_uninitialize(timer_handle_t handle);
80 int32_t csi_timer_power_control(timer_handle_t handle, csi_power_stat_e state);
88 int32_t csi_timer_config(timer_handle_t handle, timer_mode_e mode);
96 int32_t csi_timer_set_timeout(timer_handle_t handle, uint32_t timeout);
103 int32_t csi_timer_start(timer_handle_t handle);
110 int32_t csi_timer_stop(timer_handle_t handle);
117 int32_t csi_timer_suspend(timer_handle_t handle);
124 int32_t csi_timer_resume(timer_handle_t handle);
132 int32_t csi_timer_get_current_value(timer_handle_t handle, uint32_t *value);
139 timer_status_t csi_timer_get_status(timer_handle_t handle);
147 int32_t csi_timer_get_load_value(timer_handle_t handle, uint32_t *value);