Home
last modified time | relevance | path

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

/bsp/stm32/stm32h750-artpi/board/port/
A Ddrv_mpu.c15 MPU_Region_InitTypeDef MPU_InitStruct; in mpu_init() local
22 MPU_InitStruct.BaseAddress = 0x24000000; in mpu_init()
30 MPU_InitStruct.SubRegionDisable = 0X00; in mpu_init()
33 HAL_MPU_ConfigRegion(&MPU_InitStruct); in mpu_init()
46 MPU_InitStruct.SubRegionDisable = 0x00; in mpu_init()
49 HAL_MPU_ConfigRegion(&MPU_InitStruct); in mpu_init()
56 MPU_InitStruct.BaseAddress = 0x30040000; in mpu_init()
64 MPU_InitStruct.SubRegionDisable = 0x00; in mpu_init()
67 HAL_MPU_ConfigRegion(&MPU_InitStruct); in mpu_init()
80 MPU_InitStruct.SubRegionDisable = 0X00; in mpu_init()
[all …]
/bsp/stm32/stm32h730-esphosted-evb/board/
A Dboard.c80 MPU_InitStruct.SubRegionDisable = 0x0; in MPU_Config()
87 HAL_MPU_ConfigRegion(&MPU_InitStruct); in MPU_Config()
93 MPU_InitStruct.SubRegionDisable = 0x0; in MPU_Config()
100 HAL_MPU_ConfigRegion(&MPU_InitStruct); in MPU_Config()
106 MPU_InitStruct.SubRegionDisable = 0x0; in MPU_Config()
113 HAL_MPU_ConfigRegion(&MPU_InitStruct); in MPU_Config()
119 MPU_InitStruct.SubRegionDisable = 0x0; in MPU_Config()
126 HAL_MPU_ConfigRegion(&MPU_InitStruct); in MPU_Config()
132 MPU_InitStruct.SubRegionDisable = 0x0; in MPU_Config()
139 HAL_MPU_ConfigRegion(&MPU_InitStruct); in MPU_Config()
[all …]
/bsp/stm32/stm32h743-atk-apollo/board/
A Ddrv_mpu.c15 MPU_Region_InitTypeDef MPU_InitStruct; in mpu_init() local
21 MPU_InitStruct.Enable = MPU_REGION_ENABLE; in mpu_init()
22 MPU_InitStruct.BaseAddress = 0x24000000; in mpu_init()
28 MPU_InitStruct.Number = MPU_REGION_NUMBER0; in mpu_init()
29 MPU_InitStruct.TypeExtField = MPU_TEX_LEVEL0; in mpu_init()
30 MPU_InitStruct.SubRegionDisable = 0X00; in mpu_init()
33 HAL_MPU_ConfigRegion(&MPU_InitStruct); in mpu_init()
38 MPU_InitStruct.BaseAddress = 0xC0000000; in mpu_init()
45 MPU_InitStruct.TypeExtField = MPU_TEX_LEVEL0; in mpu_init()
46 MPU_InitStruct.SubRegionDisable = 0x00; in mpu_init()
[all …]
/bsp/stm32/stm32f723-st-disco/board/CubeMX_Config/Src/
A Dmain.c220 MPU_Region_InitTypeDef MPU_InitStruct = {0}; in MPU_Config() local
227 MPU_InitStruct.Enable = MPU_REGION_ENABLE; in MPU_Config()
228 MPU_InitStruct.Number = MPU_REGION_NUMBER0; in MPU_Config()
229 MPU_InitStruct.BaseAddress = 0x0; in MPU_Config()
230 MPU_InitStruct.Size = MPU_REGION_SIZE_4GB; in MPU_Config()
231 MPU_InitStruct.SubRegionDisable = 0x87; in MPU_Config()
232 MPU_InitStruct.TypeExtField = MPU_TEX_LEVEL0; in MPU_Config()
233 MPU_InitStruct.AccessPermission = MPU_REGION_NO_ACCESS; in MPU_Config()
235 MPU_InitStruct.IsShareable = MPU_ACCESS_SHAREABLE; in MPU_Config()
236 MPU_InitStruct.IsCacheable = MPU_ACCESS_NOT_CACHEABLE; in MPU_Config()
[all …]

Completed in 7 milliseconds