Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/m-profile/
Darmv7m_mpu.h73 #define ARM_MPU_RBAR(Region, BaseAddress) \ argument
74 (((BaseAddress) & MPU_RBAR_ADDR_Msk) | \
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_icache.h49 uint32_t BaseAddress; /*!< Configures the Base address of Region i to be remapped */ member
Dstm32u5xx_hal_cortex.h53 …uint32_t BaseAddress; /*!< Specifies the base address of the region to protect… member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_icache.h50 uint32_t BaseAddress; /*!< Configures the Base address of Region i to be remapped */ member
Dstm32h5xx_hal_cortex.h53 …uint32_t BaseAddress; /*!< Specifies the base address of the region to protect… member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_cortex.h54 …uint32_t BaseAddress; /*!< Specifies the base address of the region to pro… member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_cortex.c572 MPUx->RBAR = (((uint32_t)MPU_RegionInit->BaseAddress & 0xFFFFFFE0U) | in MPU_ConfigRegion()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_cortex.c647 MPUx->RBAR = (((uint32_t)pMPU_RegionInit->BaseAddress & 0xFFFFFFE0UL) | in MPU_ConfigRegion()
Dstm32h5xx_hal_icache.c598 value = ((pRegionConfig->BaseAddress & 0x1FFFFFFFU) >> 21U) & \ in HAL_ICACHE_EnableRemapRegion()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_cortex.c620 MPUx->RBAR = (((uint32_t)pMPU_RegionInit->BaseAddress & 0xFFFFFFE0UL) | in MPU_ConfigRegion()
Dstm32u5xx_hal_icache.c582 value = ((pRegionConfig->BaseAddress & 0x1FFFFFFFU) >> 21U) & \ in HAL_ICACHE_EnableRemapRegion()