Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/cr/
Dbsp_irq_core.h48 #define BSP_PRV_GIC_REG_STRIDE16 (16U) macro
273 GICD->GICD_ICFGR[_irq / BSP_PRV_GIC_REG_STRIDE16] |= in r_bsp_irq_detect_type_set()
275 (BSP_PRV_GIC_REG_BITS2 * (_irq % BSP_PRV_GIC_REG_STRIDE16))); in r_bsp_irq_detect_type_set()
279 GICD->GICD_ICFGR[_irq / BSP_PRV_GIC_REG_STRIDE16] &= in r_bsp_irq_detect_type_set()
281 (BSP_PRV_GIC_REG_BITS2 * (_irq % BSP_PRV_GIC_REG_STRIDE16)))); in r_bsp_irq_detect_type_set()
291 (BSP_PRV_GIC_REG_BITS2 * (_irq % BSP_PRV_GIC_REG_STRIDE16))); in r_bsp_irq_detect_type_set()
297 (BSP_PRV_GIC_REG_BITS2 * (_irq % BSP_PRV_GIC_REG_STRIDE16)))); in r_bsp_irq_detect_type_set()