Searched refs:PWR_CR3_EWPVD (Results 1 – 6 of 6) sorted by relevance
739 SET_BIT(PWR->CR3, PWR_CR3_EWPVD); in LL_PWR_EnableWPVD()749 CLEAR_BIT(PWR->CR3, PWR_CR3_EWPVD); in LL_PWR_DisableWPVD()759 return ((READ_BIT(PWR->CR3, PWR_CR3_EWPVD) == (PWR_CR3_EWPVD)) ? 1UL : 0UL); in LL_PWR_IsEnabledWPVD()
5371 #define PWR_CR3_EWPVD PWR_CR3_EWPVD_Msk /*!< Enable wakeup P… macro
6139 #define PWR_CR3_EWPVD PWR_CR3_EWPVD_Msk /*!< Enable wakeup P… macro