Home
last modified time | relevance | path

Searched refs:bsp_irq_gpt_combined_event_t (Results 1 – 2 of 2) sorted by relevance

/hal_renesas-latest/zephyr/rz/portable/rzn/
Dbsp_irq.h125 } bsp_irq_gpt_combined_event_t; typedef
143 uint32_t bsp_prv_irq_gpt_combined_shift_num_get(uint32_t channel, bsp_irq_gpt_combined_event_t even…
418 bsp_irq_gpt_combined_event_t event_source, in R_BSP_IrqGptCombinedTableSet()
458 __STATIC_INLINE void * R_BSP_IrqGptCombinedCtrlGet (IRQn_Type irq, bsp_irq_gpt_combined_event_t eve… in R_BSP_IrqGptCombinedCtrlGet()
475 …NLINE fsp_vector_t R_BSP_IrqGptCombinedIsrGet (IRQn_Type irq, bsp_irq_gpt_combined_event_t event_s… in R_BSP_IrqGptCombinedIsrGet()
491 __STATIC_INLINE void R_BSP_IrqGptCombinedTableClear (IRQn_Type irq, bsp_irq_gpt_combined_event_t ev… in R_BSP_IrqGptCombinedTableClear()
536 __STATIC_INLINE void R_BSP_IrqGptCombinedMaskSet (IRQn_Type irq, bsp_irq_gpt_combined_event_t event… in R_BSP_IrqGptCombinedMaskSet()
558 __STATIC_INLINE void R_BSP_IrqGptCombinedMaskClear (IRQn_Type irq, bsp_irq_gpt_combined_event_t eve… in R_BSP_IrqGptCombinedMaskClear()
609 __STATIC_INLINE void R_BSP_IrqGptCombinedStatusClear (IRQn_Type irq, bsp_irq_gpt_combined_event_t e… in R_BSP_IrqGptCombinedStatusClear()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_irq.c219 uint32_t bsp_prv_irq_gpt_combined_shift_num_get (uint32_t channel, bsp_irq_gpt_combined_event_t eve… in bsp_prv_irq_gpt_combined_shift_num_get()
244 bsp_irq_gpt_combined_event_t event_source; in bsp_irq_gpt_combined_interrupt_handler()
256 …event_source = (bsp_irq_gpt_combined_event_t) (event_shift & BSP_IRQ_GPT_COMBINED_EVENT_ENUM_MASK… in bsp_irq_gpt_combined_interrupt_handler()