Searched refs:timer_event_t (Results 1 – 3 of 3) sorted by relevance
86 } timer_event_t; typedef100 …timer_event_t event; ///< The event can be used to identify what caused the callback (over…
71 } timer_event_t; typedef85 …timer_event_t event; ///< The event can be used to identify what caused the callback.
132 static void r_gpt_call_callback(gpt_instance_ctrl_t * p_ctrl, timer_event_t event, uint32_t capture…1679 static void r_gpt_call_callback (gpt_instance_ctrl_t * p_ctrl, timer_event_t event, uint32_t captur… in r_gpt_call_callback()1764 (timer_event_t) ((uint32_t) TIMER_EVENT_CAPTURE_A + (uint32_t) event), in r_gpt_capture_common_isr()