Home
last modified time | relevance | path

Searched refs:mair (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_cortex.c663 __IO uint32_t *mair; in MPU_ConfigMemoryAttributes() local
677 mair = &(MPUx->MAIR0); in MPU_ConfigMemoryAttributes()
683 mair = &(MPUx->MAIR1); in MPU_ConfigMemoryAttributes()
687 attr_values = *(mair); in MPU_ConfigMemoryAttributes()
689 *(mair) = attr_values | ((uint32_t)MPU_AttributesInit->Attributes << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cortex.c735 __IO uint32_t *mair; in MPU_ConfigMemoryAttributes() local
749 mair = &(MPUx->MAIR0); in MPU_ConfigMemoryAttributes()
755 mair = &(MPUx->MAIR1); in MPU_ConfigMemoryAttributes()
759 attr_values = *(mair); in MPU_ConfigMemoryAttributes()
761 *(mair) = attr_values | ((uint32_t)MPU_AttributesInit->Attributes << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()