Searched refs:cycle_end_irq (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/drivers/pwm/ |
D | pwm_renesas_ra.c | 340 enable_irq(data->fsp_cfg.cycle_end_irq, data->fsp_cfg.cycle_end_irq, &data->fsp_ctrl); in pwm_renesas_ra_enable_capture() 343 R_ICU->IELSR[data->fsp_cfg.cycle_end_irq] = (elc_event_t)data->overflow_event; in pwm_renesas_ra_enable_capture() 361 disable_irq(data->fsp_cfg.cycle_end_irq); in pwm_renesas_ra_disable_capture() 364 R_ICU->IELSR[data->fsp_cfg.cycle_end_irq] = (elc_event_t)ELC_EVENT_NONE; in pwm_renesas_ra_disable_capture() 545 .cycle_end_irq = DT_INST_IRQ_BY_NAME(index, overflow, irq), \
|
D | pwm_renesas_rz_gpt.c | 373 irq_enable(data->fsp_cfg->cycle_end_irq); in pwm_rz_gpt_enable_capture() 394 irq_disable(data->fsp_cfg->cycle_end_irq); in pwm_rz_gpt_disable_capture() 585 irq_disable(data->fsp_cfg->cycle_end_irq); in pwm_rz_gpt_init() 642 .cycle_end_irq = DT_IRQ_BY_NAME(GPT(inst), ovf, irq), \
|
/Zephyr-latest/drivers/counter/ |
D | counter_renesas_ra_agt.c | 30 uint32_t cycle_end_irq; /* Underflow interrupt*/ member 54 IRQn_Type cycle_end_irq; /* Cycle end interrupt */ member 302 R_BSP_IrqStatusClear(config->cycle_end_irq); in counter_ra_agt_agti_isr() 557 .cycle_end_irq = DT_IRQ_BY_NAME(TIMER(n), agti, irq), \
|
D | counter_renesas_rz_gtm.c | 528 .cycle_end_irq = DT_IRQ_BY_NAME(GTM(inst), overflow, irq), \
|