Searched refs:attr_number (Results 1 – 5 of 5) sorted by relevance
665 uint32_t attr_number; in MPU_ConfigMemoryAttributes() local678 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()
750 uint32_t attr_number; in MPU_ConfigMemoryAttributes() local760 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()
737 uint32_t attr_number; in MPU_ConfigMemoryAttributes() local750 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()
831 uint32_t attr_number; in MPU_ConfigMemoryAttributes() local847 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()
795 uint32_t attr_number; in MPU_ConfigMemoryAttributes() local811 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()