Searched refs:p_mair (Results 1 – 3 of 3) sorted by relevance
748 __IO uint32_t *p_mair; in MPU_ConfigMemoryAttributes() local759 p_mair = &(MPUx->MAIR0); in MPU_ConfigMemoryAttributes()765 p_mair = &(MPUx->MAIR1); in MPU_ConfigMemoryAttributes()769 attr_values = *(p_mair); in MPU_ConfigMemoryAttributes()771 *(p_mair) = attr_values | ((uint32_t)pMPU_AttributesInit->Attributes << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()
829 __IO uint32_t *p_mair; in MPU_ConfigMemoryAttributes() local846 p_mair = &(MPUx->MAIR0); in MPU_ConfigMemoryAttributes()852 p_mair = &(MPUx->MAIR1); in MPU_ConfigMemoryAttributes()856 attr_values = *(p_mair); in MPU_ConfigMemoryAttributes()858 *(p_mair) = attr_values | ((uint32_t)pMPU_AttributesInit->Attributes << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()
793 __IO uint32_t *p_mair; in MPU_ConfigMemoryAttributes() local810 p_mair = &(MPUx->MAIR0); in MPU_ConfigMemoryAttributes()816 p_mair = &(MPUx->MAIR1); in MPU_ConfigMemoryAttributes()820 attr_values = *(p_mair); in MPU_ConfigMemoryAttributes()822 *(p_mair) = attr_values | ((uint32_t)pMPU_AttributesInit->Attributes << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()