Searched refs:PWR_FLAG_SMPSEXTRDY (Results 1 – 2 of 2) sorted by relevance
176 #define PWR_FLAG_SMPSEXTRDY (0x11U) macro383 ((__FLAG__) == PWR_FLAG_SMPSEXTRDY) ? ((PWR->CR3 & PWR_CR3_SMPSEXTRDY) == PWR_CR3_SMPSEXTRDY) :\408 ((__FLAG__) == PWR_FLAG_SMPSEXTRDY) ? ((PWR->CR3 & PWR_FLAG_SMPSEXTRDY) == PWR_FLAG_SMPSEXTRDY) :\448 ((__FLAG__) == PWR_FLAG_SMPSEXTRDY) ? ((PWR->CR3 & PWR_CR3_SMPSEXTRDY) == PWR_CR3_SMPSEXTRDY) :\
372 while (__HAL_PWR_GET_FLAG (PWR_FLAG_SMPSEXTRDY) == 0U) in HAL_PWREx_ConfigSupply()