Searched refs:timer_event_t (Results 1 – 4 of 4) sorted by relevance
62 } timer_event_t; typedef76 …timer_event_t event; ///< The event can be used to identify what caused the callback.
61 } timer_event_t; typedef83 …timer_event_t event; ///< The event can be used to identify what caused the callback.
125 static void r_gpt_call_callback(gpt_instance_ctrl_t * p_ctrl, timer_event_t event, uint32_t capture…1760 static void r_gpt_call_callback (gpt_instance_ctrl_t * p_ctrl, timer_event_t event, uint32_t captur… in r_gpt_call_callback()1830 timer_event_t event_base = TIMER_EVENT_COMPARE_A; in r_gpt_ccmp_common_isr()1841 timer_event_t callback_event = (timer_event_t) ((uint32_t) event_base + (uint32_t) event); in r_gpt_ccmp_common_isr()
109 static void r_gpt_call_callback(gpt_instance_ctrl_t * p_ctrl, timer_event_t event, uint32_t capture…1651 static void r_gpt_call_callback (gpt_instance_ctrl_t * p_ctrl, timer_event_t event, uint32_t captur… in r_gpt_call_callback()1744 (timer_event_t) ((uint32_t) TIMER_EVENT_CAPTURE_A + (uint32_t) event), in r_gpt_capture_common_isr()