Home
last modified time | relevance | path

Searched refs:p_mair (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cortex.c748 __IO uint32_t *p_mair; in MPU_ConfigMemoryAttributes() local
759 p_mair = &(MPUx->MAIR0); in MPU_ConfigMemoryAttributes()
765 p_mair = &(MPUx->MAIR1); in MPU_ConfigMemoryAttributes()
769 attr_values = *(p_mair); in MPU_ConfigMemoryAttributes()
771 *(p_mair) = attr_values | ((uint32_t)pMPU_AttributesInit->Attributes << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cortex.c829 __IO uint32_t *p_mair; in MPU_ConfigMemoryAttributes() local
846 p_mair = &(MPUx->MAIR0); in MPU_ConfigMemoryAttributes()
852 p_mair = &(MPUx->MAIR1); in MPU_ConfigMemoryAttributes()
856 attr_values = *(p_mair); in MPU_ConfigMemoryAttributes()
858 *(p_mair) = attr_values | ((uint32_t)pMPU_AttributesInit->Attributes << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cortex.c793 __IO uint32_t *p_mair; in MPU_ConfigMemoryAttributes() local
810 p_mair = &(MPUx->MAIR0); in MPU_ConfigMemoryAttributes()
816 p_mair = &(MPUx->MAIR1); in MPU_ConfigMemoryAttributes()
820 attr_values = *(p_mair); in MPU_ConfigMemoryAttributes()
822 *(p_mair) = attr_values | ((uint32_t)pMPU_AttributesInit->Attributes << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()