Searched refs:event_source (Results 1 – 2 of 2) sorted by relevance
/hal_renesas-latest/zephyr/rz/portable/rzn/ |
D | bsp_irq.h | 143 …sp_prv_irq_gpt_combined_shift_num_get(uint32_t channel, bsp_irq_gpt_combined_event_t event_source); 352 …ATIC_INLINE void R_BSP_IrqGptSelectedSet (IRQn_Type irq, bsp_irq_gpt_selected_event_t event_source) in R_BSP_IrqGptSelectedSet() argument 363 R_ICU_NS->NS_GPT_INTSEL[reg_num] |= (uint32_t) event_source << shift_num; in R_BSP_IrqGptSelectedSet() 368 R_ICU_S->S_GPT_INTSEL[reg_num] |= (uint32_t) event_source << shift_num; in R_BSP_IrqGptSelectedSet() 418 bsp_irq_gpt_combined_event_t event_source, in R_BSP_IrqGptCombinedTableSet() argument 424 uint32_t elementIndex = bsp_prv_irq_gpt_combined_shift_num_get(channel, event_source); in R_BSP_IrqGptCombinedTableSet() 458 …NLINE void * R_BSP_IrqGptCombinedCtrlGet (IRQn_Type irq, bsp_irq_gpt_combined_event_t event_source) in R_BSP_IrqGptCombinedCtrlGet() argument 462 uint32_t elementIndex = bsp_prv_irq_gpt_combined_shift_num_get(channel, event_source); in R_BSP_IrqGptCombinedCtrlGet() 475 … fsp_vector_t R_BSP_IrqGptCombinedIsrGet (IRQn_Type irq, bsp_irq_gpt_combined_event_t event_source) in R_BSP_IrqGptCombinedIsrGet() argument 479 uint32_t elementIndex = bsp_prv_irq_gpt_combined_shift_num_get(channel, event_source); in R_BSP_IrqGptCombinedIsrGet() [all …]
|
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/ |
D | bsp_irq.c | 219 …sp_prv_irq_gpt_combined_shift_num_get (uint32_t channel, bsp_irq_gpt_combined_event_t event_source) in bsp_prv_irq_gpt_combined_shift_num_get() argument 221 …return channel % BSP_IRQ_GPT_REGISTER_DIVISION ? (uint32_t) event_source + BSP_IRQ_GPT_IY_SHIFT_NU… in bsp_prv_irq_gpt_combined_shift_num_get() 222 (uint32_t) event_source + BSP_IRQ_GPT_IX_SHIFT_NUM; 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() local 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() 259 R_BSP_IrqGptCombinedStatusClear(irq, event_source); in bsp_irq_gpt_combined_interrupt_handler() 260 p_context = R_BSP_IrqGptCombinedCtrlGet(irq, event_source); in bsp_irq_gpt_combined_interrupt_handler() 262 p_interrupt_handler = R_BSP_IrqGptCombinedIsrGet(irq, event_source); in bsp_irq_gpt_combined_interrupt_handler()
|