Searched refs:MPU_ConfigMemoryAttributes (Results 1 – 3 of 3) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
| D | stm32l5xx_hal_cortex.c | 124 static void MPU_ConfigMemoryAttributes(MPU_Type* MPUx, MPU_Attributes_InitTypeDef *MPU_AttributesIn… 472 MPU_ConfigMemoryAttributes(MPU, MPU_AttributesInit); in HAL_MPU_ConfigMemoryAttributes() 532 MPU_ConfigMemoryAttributes(MPU_NS, MPU_AttributesInit); in HAL_MPU_ConfigMemoryAttributes_NS() 588 static void MPU_ConfigMemoryAttributes(MPU_Type* MPUx, MPU_Attributes_InitTypeDef *MPU_AttributesIn… in MPU_ConfigMemoryAttributes() function
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
| D | stm32h5xx_hal_cortex.c | 139 static void MPU_ConfigMemoryAttributes(MPU_Type *MPUx, const MPU_Attributes_InitTypeDef *const pMPU… 588 MPU_ConfigMemoryAttributes(MPU, pMPU_AttributesInit); in HAL_MPU_ConfigMemoryAttributes() 600 MPU_ConfigMemoryAttributes(MPU_NS, pMPU_AttributesInit); in HAL_MPU_ConfigMemoryAttributes_NS() 673 static void MPU_ConfigMemoryAttributes(MPU_Type *MPUx, const MPU_Attributes_InitTypeDef *const pMPU… in MPU_ConfigMemoryAttributes() function
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
| D | stm32u5xx_hal_cortex.c | 140 static void MPU_ConfigMemoryAttributes(MPU_Type *MPUx, const MPU_Attributes_InitTypeDef *const pMPU… 571 MPU_ConfigMemoryAttributes(MPU, pMPU_AttributesInit); in HAL_MPU_ConfigMemoryAttributes() 583 MPU_ConfigMemoryAttributes(MPU_NS, pMPU_AttributesInit); in HAL_MPU_ConfigMemoryAttributes_NS() 636 static void MPU_ConfigMemoryAttributes(MPU_Type *MPUx, const MPU_Attributes_InitTypeDef *const pMPU… in MPU_ConfigMemoryAttributes() function
|