Home
last modified time | relevance | path

Searched defs:BaseAddress (Results 1 – 6 of 6) sorted by relevance

/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/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/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/cmsis/CMSIS/Core/Include/m-profile/
Darmv7m_mpu.h73 #define ARM_MPU_RBAR(Region, BaseAddress) \ argument