/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_cortex.h | 819 … LL_MPU_ConfigRegion(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, uint32_t BaseAddress, in LL_MPU_ConfigRegion() argument 826 WRITE_REG(MPU->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion() 873 uint32_t BaseAddress, uint32_t LimitAddress) in LL_MPU_ConfigRegion_NS() argument 879 WRITE_REG(MPU_NS->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion_NS() 910 __STATIC_INLINE void LL_MPU_ConfigRegionAddress(uint32_t Region, uint32_t BaseAddress, uint32_t Lim… in LL_MPU_ConfigRegionAddress() argument 916 MODIFY_REG(MPU->RBAR, MPU_RBAR_BASE_Msk, (BaseAddress & MPU_RBAR_BASE_Msk)); in LL_MPU_ConfigRegionAddress() 942 __STATIC_INLINE void LL_MPU_ConfigRegionAddress_NS(uint32_t Region, uint32_t BaseAddress, uint32_t … in LL_MPU_ConfigRegionAddress_NS() argument 948 MODIFY_REG(MPU_NS->RBAR, MPU_RBAR_BASE_Msk, (BaseAddress & MPU_RBAR_BASE_Msk)); in LL_MPU_ConfigRegionAddress_NS() 1100 __STATIC_INLINE void LL_MPU_SetRegionBaseAddress(uint32_t Region, uint32_t BaseAddress) in LL_MPU_SetRegionBaseAddress() argument 1105 MODIFY_REG(MPU->RBAR, MPU_RBAR_BASE_Msk, (BaseAddress & MPU_RBAR_BASE_Msk)); in LL_MPU_SetRegionBaseAddress() [all …]
|
D | stm32h5xx_hal_icache.h | 50 uint32_t BaseAddress; /*!< Configures the Base address of Region i to be remapped */ member
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_cortex.h | 655 … LL_MPU_ConfigRegion(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, uint32_t BaseAddress, in LL_MPU_ConfigRegion() argument 662 WRITE_REG(MPU->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion() 687 __STATIC_INLINE void LL_MPU_ConfigRegionAddress(uint32_t Region, uint32_t BaseAddress, uint32_t Lim… in LL_MPU_ConfigRegionAddress() argument 693 MODIFY_REG(MPU->RBAR, MPU_RBAR_BASE_Msk, (BaseAddress & MPU_RBAR_BASE_Msk)); in LL_MPU_ConfigRegionAddress() 754 __STATIC_INLINE void LL_MPU_SetRegionBaseAddress(uint32_t Region, uint32_t BaseAddress) in LL_MPU_SetRegionBaseAddress() argument 760 MODIFY_REG(MPU->RBAR, MPU_RBAR_BASE_Msk, (BaseAddress & MPU_RBAR_BASE_Msk)); in LL_MPU_SetRegionBaseAddress() 1060 uint32_t BaseAddress, uint32_t LimitAddress) in LL_MPU_ConfigRegion_NS() argument 1066 WRITE_REG(MPU_NS->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion_NS() 1091 __STATIC_INLINE void LL_MPU_ConfigRegionAddress_NS(uint32_t Region, uint32_t BaseAddress, uint32_t … in LL_MPU_ConfigRegionAddress_NS() argument 1097 MODIFY_REG(MPU_NS->RBAR, MPU_RBAR_BASE_Msk, (BaseAddress & MPU_RBAR_BASE_Msk)); in LL_MPU_ConfigRegionAddress_NS() [all …]
|
D | stm32l5xx_hal_icache.h | 49 uint32_t BaseAddress; /*!< Configures the Base address of Region i to be remapped */ member
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_cortex.h | 796 … LL_MPU_ConfigRegion(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, uint32_t BaseAddress, in LL_MPU_ConfigRegion() argument 803 WRITE_REG(MPU->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion() 850 uint32_t BaseAddress, uint32_t LimitAddress) in LL_MPU_ConfigRegion_NS() argument 856 WRITE_REG(MPU_NS->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion_NS() 882 __STATIC_INLINE void LL_MPU_ConfigRegionAddress(uint32_t Region, uint32_t BaseAddress, uint32_t Lim… in LL_MPU_ConfigRegionAddress() argument 888 MODIFY_REG(MPU->RBAR, MPU_RBAR_BASE_Msk, (BaseAddress & MPU_RBAR_BASE_Msk)); in LL_MPU_ConfigRegionAddress() 914 __STATIC_INLINE void LL_MPU_ConfigRegionAddress_NS(uint32_t Region, uint32_t BaseAddress, uint32_t … in LL_MPU_ConfigRegionAddress_NS() argument 920 MODIFY_REG(MPU_NS->RBAR, MPU_RBAR_BASE_Msk, (BaseAddress & MPU_RBAR_BASE_Msk)); in LL_MPU_ConfigRegionAddress_NS() 1058 __STATIC_INLINE void LL_MPU_SetRegionBaseAddress(uint32_t Region, uint32_t BaseAddress) in LL_MPU_SetRegionBaseAddress() argument 1064 MODIFY_REG(MPU->RBAR, MPU_RBAR_BASE_Msk, (BaseAddress & MPU_RBAR_BASE_Msk)); in LL_MPU_SetRegionBaseAddress() [all …]
|
D | stm32wbaxx_hal_icache.h | 49 uint32_t BaseAddress; /*!< Configures the Base address of Region i to be remapped */ member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_cortex.h | 831 … LL_MPU_ConfigRegion(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, uint32_t BaseAddress, in LL_MPU_ConfigRegion() argument 838 WRITE_REG(MPU->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion() 893 uint32_t BaseAddress, uint32_t LimitAddress) in LL_MPU_ConfigRegion_NS() argument 899 WRITE_REG(MPU_NS->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion_NS() 933 __STATIC_INLINE void LL_MPU_ConfigRegionAddress(uint32_t Region, uint32_t BaseAddress, uint32_t Lim… in LL_MPU_ConfigRegionAddress() argument 939 MODIFY_REG(MPU->RBAR, MPU_RBAR_BASE_Msk, (BaseAddress & MPU_RBAR_BASE_Msk)); in LL_MPU_ConfigRegionAddress() 973 __STATIC_INLINE void LL_MPU_ConfigRegionAddress_NS(uint32_t Region, uint32_t BaseAddress, uint32_t … in LL_MPU_ConfigRegionAddress_NS() argument 979 MODIFY_REG(MPU_NS->RBAR, MPU_RBAR_BASE_Msk, (BaseAddress & MPU_RBAR_BASE_Msk)); in LL_MPU_ConfigRegionAddress_NS() 1142 __STATIC_INLINE void LL_MPU_SetRegionBaseAddress(uint32_t Region, uint32_t BaseAddress) in LL_MPU_SetRegionBaseAddress() argument 1148 MODIFY_REG(MPU->RBAR, MPU_RBAR_BASE_Msk, (BaseAddress & MPU_RBAR_BASE_Msk)); in LL_MPU_SetRegionBaseAddress() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_cortex.h | 792 … LL_MPU_ConfigRegion(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, uint32_t BaseAddress, in LL_MPU_ConfigRegion() argument 799 WRITE_REG(MPU->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion() 846 uint32_t BaseAddress, uint32_t LimitAddress) in LL_MPU_ConfigRegion_NS() argument 852 WRITE_REG(MPU_NS->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion_NS() 878 __STATIC_INLINE void LL_MPU_ConfigRegionAddress(uint32_t Region, uint32_t BaseAddress, uint32_t Lim… in LL_MPU_ConfigRegionAddress() argument 884 MODIFY_REG(MPU->RBAR, MPU_RBAR_BASE_Msk, (BaseAddress & MPU_RBAR_BASE_Msk)); in LL_MPU_ConfigRegionAddress() 910 __STATIC_INLINE void LL_MPU_ConfigRegionAddress_NS(uint32_t Region, uint32_t BaseAddress, uint32_t … in LL_MPU_ConfigRegionAddress_NS() argument 916 MODIFY_REG(MPU_NS->RBAR, MPU_RBAR_BASE_Msk, (BaseAddress & MPU_RBAR_BASE_Msk)); in LL_MPU_ConfigRegionAddress_NS() 1054 __STATIC_INLINE void LL_MPU_SetRegionBaseAddress(uint32_t Region, uint32_t BaseAddress) in LL_MPU_SetRegionBaseAddress() argument 1060 MODIFY_REG(MPU->RBAR, MPU_RBAR_BASE_Msk, (BaseAddress & MPU_RBAR_BASE_Msk)); in LL_MPU_SetRegionBaseAddress() [all …]
|
D | stm32u5xx_hal_icache.h | 49 uint32_t BaseAddress; /*!< Configures the Base address of Region i to be remapped */ member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_cortex.c | 526 assert_param(IS_MPU_ADDRESS_MULTIPLE_SIZE(pMPU_RegionInit->BaseAddress, pMPU_RegionInit->Size)); in HAL_MPU_ConfigRegion() 533 MPU->RBAR = pMPU_RegionInit->BaseAddress; in HAL_MPU_ConfigRegion()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_icache.c | 112 value = ((pICACHE_RegionStruct->BaseAddress & 0x1FFFFFFFU) >> 21U) & \ in LL_ICACHE_ConfigRegion()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_icache.c | 112 value = ((pICACHE_RegionStruct->BaseAddress & 0x1FFFFFFFU) >> 21U) & \ in LL_ICACHE_ConfigRegion()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_icache.c | 112 value = ((pICACHE_RegionStruct->BaseAddress & 0x1FFFFFFFU) >> 21U) & \ in LL_ICACHE_ConfigRegion()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_icache.c | 115 value = ((pICACHE_RegionStruct->BaseAddress & 0x1FFFFFFFU) >> 21U) & \ in LL_ICACHE_ConfigRegion()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_cortex.c | 378 MPU->RBAR = (MPU_Init->BaseAddress) & 0xfffffff0U; in HAL_MPU_ConfigRegion()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_cortex.c | 351 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_cortex.c | 275 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_cortex.c | 417 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_cortex.c | 419 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_cortex.c | 413 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_cortex.c | 340 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_system.h | 2402 __STATIC_INLINE void LL_ART_SetBaseAddress(uint32_t BaseAddress) in LL_ART_SetBaseAddress() argument 2404 MODIFY_REG(ART->CTR, ART_CTR_PCACHEADDR, (((BaseAddress) >> 12U) & 0x000FFF00UL)); in LL_ART_SetBaseAddress()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_cortex.c | 372 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_cortex.c | 477 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_cortex.c | 531 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
|