Searched refs:TIMER_EVENT_CYCLE_END (Results 1 – 7 of 7) sorted by relevance
/hal_renesas-latest/drivers/rz/fsp/inc/api/ |
D | r_timer_api.h | 51 …TIMER_EVENT_CYCLE_END, ///< Requested timer delay has expired or timer has wra… enumerator 52 …TIMER_EVENT_CREST = TIMER_EVENT_CYCLE_END, ///< Timer crest event (counter is at a maximum, triang…
|
/hal_renesas-latest/drivers/ra/fsp/inc/api/ |
D | r_timer_api.h | 49 …TIMER_EVENT_CYCLE_END, ///< Requested timer delay has expired or timer has wra… enumerator 50 …TIMER_EVENT_CREST = TIMER_EVENT_CYCLE_END, ///< Timer crest event (counter is at a maximum, triang…
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_gtm/ |
D | r_gtm.c | 565 p_args->event = TIMER_EVENT_CYCLE_END; in gtm_int_isr()
|
/hal_renesas-latest/drivers/ra/fsp/src/r_ulpt/ |
D | r_ulpt.c | 850 p_args->event = TIMER_EVENT_CYCLE_END; in ulpt_int_isr()
|
/hal_renesas-latest/drivers/ra/fsp/src/r_agt/ |
D | r_agt.c | 1096 p_args->event = TIMER_EVENT_CYCLE_END; in agt_int_isr()
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_gpt/ |
D | r_gpt.c | 1788 r_gpt_call_callback(p_instance_ctrl, TIMER_EVENT_CYCLE_END, 0); in gpt_counter_overflow_isr()
|
/hal_renesas-latest/drivers/ra/fsp/src/r_gpt/ |
D | r_gpt.c | 1899 r_gpt_call_callback(p_instance_ctrl, TIMER_EVENT_CYCLE_END, 0); in gpt_counter_overflow_isr()
|