Lines Matching refs:timer_handle_t
34 typedef void *timer_handle_t; typedef
79 timer_handle_t csi_timer_initialize(int32_t idx, timer_event_cb_t cb_event, void *cb_arg);
86 int32_t csi_timer_uninitialize(timer_handle_t handle);
93 timer_capabilities_t csi_timer_get_capabilities(timer_handle_t handle);
101 int32_t csi_timer_config(timer_handle_t handle, timer_mode_e mode);
109 int32_t csi_timer_set_timeout(timer_handle_t handle, uint32_t timeout);
117 int32_t csi_timer_start(timer_handle_t handle, uint32_t apbfreq);
124 int32_t csi_timer_stop(timer_handle_t handle);
131 int32_t csi_timer_suspend(timer_handle_t handle);
138 int32_t csi_timer_resume(timer_handle_t handle);
146 int32_t csi_timer_get_current_value(timer_handle_t handle, uint32_t *value);
153 timer_status_t csi_timer_get_status(timer_handle_t handle);