Home
last modified time | relevance | path

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

123

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_cortex.h819 … 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 …]
Dstm32h5xx_hal_icache.h50 uint32_t BaseAddress; /*!< Configures the Base address of Region i to be remapped */ member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_cortex.h655 … 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 …]
Dstm32l5xx_hal_icache.h49 uint32_t BaseAddress; /*!< Configures the Base address of Region i to be remapped */ member
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_cortex.h796 … 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 …]
Dstm32wbaxx_hal_icache.h49 uint32_t BaseAddress; /*!< Configures the Base address of Region i to be remapped */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_cortex.h831 … 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/
Dstm32u5xx_ll_cortex.h792 … 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 …]
Dstm32u5xx_hal_icache.h49 uint32_t BaseAddress; /*!< Configures the Base address of Region i to be remapped */ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_cortex.c526 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/
Dstm32wbaxx_ll_icache.c112 value = ((pICACHE_RegionStruct->BaseAddress & 0x1FFFFFFFU) >> 21U) & \ in LL_ICACHE_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_icache.c112 value = ((pICACHE_RegionStruct->BaseAddress & 0x1FFFFFFFU) >> 21U) & \ in LL_ICACHE_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_icache.c112 value = ((pICACHE_RegionStruct->BaseAddress & 0x1FFFFFFFU) >> 21U) & \ in LL_ICACHE_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_icache.c115 value = ((pICACHE_RegionStruct->BaseAddress & 0x1FFFFFFFU) >> 21U) & \ in LL_ICACHE_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_cortex.c378 MPU->RBAR = (MPU_Init->BaseAddress) & 0xfffffff0U; in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_cortex.c351 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_cortex.c275 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_cortex.c417 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_cortex.c419 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cortex.c413 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_cortex.c340 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_system.h2402 __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/
Dstm32f3xx_hal_cortex.c372 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_cortex.c477 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_cortex.c531 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()

123