Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/cr/
Dbsp_irq_core.h55 #define BSP_PRV_GIC_REG_MASK_1BIT (1U) macro
138 …->GICD_ISPENDR[_irq / BSP_PRV_GIC_REG_STRIDE32] >> shift) & (uint32_t) (BSP_PRV_GIC_REG_MASK_1BIT); in r_bsp_irq_pending_get()
144 … value = (GICR_TARGET0_INTREG->GICR_ISPENDR0 >> shift) & (uint32_t) (BSP_PRV_GIC_REG_MASK_1BIT); in r_bsp_irq_pending_get()