Lines Matching refs:timer_handle_t
70 static void manage_clock(timer_handle_t handle, uint8_t enable) in manage_clock()
81 static void do_prepare_sleep_action(timer_handle_t handle) in do_prepare_sleep_action()
89 static void do_wakeup_sleep_action(timer_handle_t handle) in do_wakeup_sleep_action()
104 timer_handle_t csi_timer_initialize(int32_t idx, timer_event_cb_t cb_event) in csi_timer_initialize()
143 return (timer_handle_t)timer_priv; in csi_timer_initialize()
151 int32_t csi_timer_uninitialize(timer_handle_t handle) in csi_timer_uninitialize()
171 int32_t csi_timer_power_control(timer_handle_t handle, csi_power_stat_e state) in csi_timer_power_control()
193 int32_t csi_timer_config(timer_handle_t handle, timer_mode_e mode) in csi_timer_config()
225 int32_t csi_timer_set_timeout(timer_handle_t handle, uint32_t timeout) in csi_timer_set_timeout()
240 int32_t csi_timer_start(timer_handle_t handle) in csi_timer_start()
301 int32_t csi_timer_stop(timer_handle_t handle) in csi_timer_stop()
319 int32_t csi_timer_suspend(timer_handle_t handle) in csi_timer_suspend()
331 int32_t csi_timer_resume(timer_handle_t handle) in csi_timer_resume()
350 int32_t csi_timer_get_current_value(timer_handle_t handle, uint32_t *value) in csi_timer_get_current_value()
367 timer_status_t csi_timer_get_status(timer_handle_t handle) in csi_timer_get_status()
398 int32_t csi_timer_get_load_value(timer_handle_t handle, uint32_t *value) in csi_timer_get_load_value()