Searched refs:PWR_FLAG_ACTVOSRDY (Results 1 – 8 of 8) sorted by relevance
171 #define PWR_FLAG_ACTVOSRDY (0x0DU) macro381 ((__FLAG__) == PWR_FLAG_ACTVOSRDY) ? ((PWR->CSR1 & PWR_CSR1_ACTVOSRDY) == PWR_CSR1_ACTVOSRDY) :\406 ((__FLAG__) == PWR_FLAG_ACTVOSRDY) ? ((PWR->CSR1 & PWR_CSR1_ACTVOSRDY) == PWR_CSR1_ACTVOSRDY) :\423 ((__FLAG__) == PWR_FLAG_ACTVOSRDY) ? ((PWR->CSR1 & PWR_CSR1_ACTVOSRDY) == PWR_CSR1_ACTVOSRDY) :\442 ((__FLAG__) == PWR_FLAG_ACTVOSRDY) ? ((PWR->CSR1 & PWR_CSR1_ACTVOSRDY) == PWR_CSR1_ACTVOSRDY) :\458 ((__FLAG__) == PWR_FLAG_ACTVOSRDY) ? ((PWR->CSR1 & PWR_CSR1_ACTVOSRDY) == PWR_CSR1_ACTVOSRDY) :\
353 while (__HAL_PWR_GET_FLAG (PWR_FLAG_ACTVOSRDY) == 0U) in HAL_PWREx_ConfigSupply()447 while (__HAL_PWR_GET_FLAG (PWR_FLAG_ACTVOSRDY) == 0U) in HAL_PWREx_ControlVoltageScaling()477 while (__HAL_PWR_GET_FLAG (PWR_FLAG_ACTVOSRDY) == 0U) in HAL_PWREx_ControlVoltageScaling()500 while (__HAL_PWR_GET_FLAG (PWR_FLAG_ACTVOSRDY) == 0U) in HAL_PWREx_ControlVoltageScaling()
139 #define PWR_FLAG_ACTVOSRDY (4U) /*!< Currently applied VOS ready flag … macro399 … ((__FLAG__) == PWR_FLAG_ACTVOSRDY) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY)== \432 … ((__FLAG__) == PWR_FLAG_ACTVOSRDY) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY)== \462 … ((__FLAG__) == PWR_FLAG_ACTVOSRDY) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY)== \
131 #define PWR_FLAG_ACTVOSRDY (0x04U) /*!< Currently applied VOS ready flag */ macro315 …((__FLAG__) == PWR_FLAG_ACTVOSRDY) ? (READ_BIT(PWR->VOSSR, PWR_VOSSR_ACTVOSRDY) == PWR_VOSSR_A…338 …((__FLAG__) == PWR_FLAG_ACTVOSRDY) ? (READ_BIT(PWR->VOSSR, PWR_VOSSR_ACTVOSRDY) == PWR_VOSSR_A…
136 #define PWR_FLAG_ACTVOSRDY (0x09U) /*!< Currently applied VOS ready flag … macro380 …((__FLAG__) == PWR_FLAG_ACTVOSRDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY) == PWR_SVMSR_ACT…405 …((__FLAG__) == PWR_FLAG_ACTVOSRDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY) == PWR_SVMSR_ACTVO…
176 #define PWR_FLAG_ACTVOSRDY (0x0021U) /*!< Voltage levels … macro281 … ((__FLAG__) == PWR_FLAG_ACTVOSRDY)? ((PWR->SR1 & PWR_SR1_ACTVOSRDY) == PWR_SR1_ACTVOSRDY) : \
244 #define PWR_FLAG_ACTVOSRDY (0x0051U) /*!< Voltage levels … macro336 …((__FLAG__) == PWR_FLAG_ACTVOSRDY) ? ((PWR->VOSCR & PWR_VOSCR_ACTVOSRDY) == PWR_VOSCR_ACTVOSRDY)…
125 while (__HAL_PWR_GET_FLAG(PWR_FLAG_ACTVOSRDY) == 0U) in HAL_PWREx_ConfigSupply()