Home
last modified time | relevance | path

Searched refs:cycle_end_irq (Results 1 – 3 of 3) sorted by relevance

/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra_gen/
H A Dhal_data.c106 .cycle_end_irq = VECTOR_NUMBER_GPT0_COUNTER_OVERFLOW,
108 .cycle_end_irq = FSP_INVALID_VECTOR,
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/api/
H A Dr_timer_api.h180 IRQn_Type cycle_end_irq; ///< Cycle end interrupt member
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_gpt/
H A Dr_gpt.c230 FSP_ERROR_RETURN(p_cfg->cycle_end_irq >= 0, FSP_ERR_IRQ_BSP_DISABLED); in R_GPT_Open()
1021 r_gpt_disable_irq(p_instance_ctrl->p_cfg->cycle_end_irq); in R_GPT_Close()
1466 r_gpt_enable_irq(p_cfg->cycle_end_irq, p_cfg->cycle_end_ipl, p_instance_ctrl); in gpt_hardware_initialize()