Searched refs:PWR_CR2_USV (Results 1 – 4 of 4) sorted by relevance
528 SET_BIT(PWR->CR2, PWR_CR2_USV); in LL_PWR_EnableVddUSB()538 CLEAR_BIT(PWR->CR2, PWR_CR2_USV); in LL_PWR_DisableVddUSB()548 return ((READ_BIT(PWR->CR2, PWR_CR2_USV) == (PWR_CR2_USV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddUSB()
833 #if defined(PWR_CR2_USV)
321 #if defined(PWR_CR2_USV)329 SET_BIT(PWR->CR2, PWR_CR2_USV); in HAL_PWREx_EnableVddUSB()339 CLEAR_BIT(PWR->CR2, PWR_CR2_USV); in HAL_PWREx_DisableVddUSB()
9617 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< VDD USB Supply … macro