Home
last modified time | relevance | path

Searched refs:attr_values (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_cortex.c664 uint32_t attr_values; in MPU_ConfigMemoryAttributes() local
687 attr_values = *(mair); in MPU_ConfigMemoryAttributes()
688 attr_values &= ~(0xFFU << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()
689 *(mair) = attr_values | ((uint32_t)MPU_AttributesInit->Attributes << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cortex.c749 uint32_t attr_values; in MPU_ConfigMemoryAttributes() local
769 attr_values = *(p_mair); in MPU_ConfigMemoryAttributes()
770 attr_values &= ~(0xFFU << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()
771 *(p_mair) = attr_values | ((uint32_t)pMPU_AttributesInit->Attributes << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cortex.c736 uint32_t attr_values; in MPU_ConfigMemoryAttributes() local
759 attr_values = *(mair); in MPU_ConfigMemoryAttributes()
760 attr_values &= ~(0xFFU << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()
761 *(mair) = attr_values | ((uint32_t)MPU_AttributesInit->Attributes << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cortex.c830 uint32_t attr_values; in MPU_ConfigMemoryAttributes() local
856 attr_values = *(p_mair); in MPU_ConfigMemoryAttributes()
857 attr_values &= ~(0xFFUL << (attr_number * 8U)); 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.c794 uint32_t attr_values; in MPU_ConfigMemoryAttributes() local
820 attr_values = *(p_mair); in MPU_ConfigMemoryAttributes()
821 attr_values &= ~(0xFFUL << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()
822 *(p_mair) = attr_values | ((uint32_t)pMPU_AttributesInit->Attributes << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()