Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/cr/
Dbsp_irq_core.h99 GICR_SGI_PPI_Type * GICR_TARGET0_INTREG; in r_bsp_irq_clear_pending() local
102 GICR_TARGET0_INTREG = BSP_PRV_GICR_TARGET0_INTREG_ADDRESS; in r_bsp_irq_clear_pending()
113 GICR_TARGET0_INTREG->GICR_ICPENDR0 = (uint32_t) (BSP_PRV_GIC_REG_BITS1 << _irq); in r_bsp_irq_clear_pending()
128 GICR_SGI_PPI_Type * GICR_TARGET0_INTREG; in r_bsp_irq_pending_get() local
132 GICR_TARGET0_INTREG = BSP_PRV_GICR_TARGET0_INTREG_ADDRESS; 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()
160 GICR_SGI_PPI_Type * GICR_TARGET0_INTREG; in r_bsp_irq_cfg() local
163 GICR_TARGET0_INTREG = BSP_PRV_GICR_TARGET0_INTREG_ADDRESS; in r_bsp_irq_cfg()
185 GICR_TARGET0_INTREG->GICR_IGROUPR0 |= (uint32_t) (BSP_PRV_GIC_REG_BITS1 << _irq); in r_bsp_irq_cfg()
188 GICR_TARGET0_INTREG->GICR_IPRIORITYR[_irq / BSP_PRV_GIC_REG_STRIDE04] &= in r_bsp_irq_cfg()
[all …]