Searched refs:attr_values (Results 1 – 5 of 5) sorted by relevance
664 uint32_t attr_values; in MPU_ConfigMemoryAttributes() local687 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()
749 uint32_t attr_values; in MPU_ConfigMemoryAttributes() local769 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()
736 uint32_t attr_values; in MPU_ConfigMemoryAttributes() local759 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()
830 uint32_t attr_values; in MPU_ConfigMemoryAttributes() local856 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()
794 uint32_t attr_values; in MPU_ConfigMemoryAttributes() local820 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()