Home
last modified time | relevance | path

Searched refs:timer_event_t (Results 1 – 4 of 4) sorted by relevance

/hal_renesas-latest/drivers/rz/fsp/inc/api/
Dr_timer_api.h62 } timer_event_t; typedef
76timer_event_t event; ///< The event can be used to identify what caused the callback.
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_timer_api.h61 } timer_event_t; typedef
83timer_event_t event; ///< The event can be used to identify what caused the callback.
/hal_renesas-latest/drivers/ra/fsp/src/r_gpt/
Dr_gpt.c125 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()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_gpt/
Dr_gpt.c109 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()