Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_cortex.c665 uint32_t attr_number; in MPU_ConfigMemoryAttributes() local
678 attr_number = MPU_AttributesInit->Number; in MPU_ConfigMemoryAttributes()
684 attr_number = (uint32_t)MPU_AttributesInit->Number - 4U; 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.c750 uint32_t attr_number; in MPU_ConfigMemoryAttributes() local
760 attr_number = pMPU_AttributesInit->Number; in MPU_ConfigMemoryAttributes()
766 attr_number = (uint32_t)pMPU_AttributesInit->Number - 4U; 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.c737 uint32_t attr_number; in MPU_ConfigMemoryAttributes() local
750 attr_number = MPU_AttributesInit->Number; in MPU_ConfigMemoryAttributes()
756 attr_number = (uint32_t)MPU_AttributesInit->Number - 4U; 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.c831 uint32_t attr_number; in MPU_ConfigMemoryAttributes() local
847 attr_number = pMPU_AttributesInit->Number; in MPU_ConfigMemoryAttributes()
853 attr_number = (uint32_t)pMPU_AttributesInit->Number - 4U; 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.c795 uint32_t attr_number; in MPU_ConfigMemoryAttributes() local
811 attr_number = pMPU_AttributesInit->Number; in MPU_ConfigMemoryAttributes()
817 attr_number = (uint32_t)pMPU_AttributesInit->Number - 4U; 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()