Searched refs:PWR_C2CR3_EWPVD (Results 1 – 4 of 4) sorted by relevance
1723 SET_BIT(PWR->C2CR3, PWR_C2CR3_EWPVD); in LL_C2_PWR_EnableWPVD()1733 CLEAR_BIT(PWR->C2CR3, PWR_C2CR3_EWPVD); in LL_C2_PWR_DisableWPVD()1743 return ((READ_BIT(PWR->C2CR3, PWR_C2CR3_EWPVD) == (PWR_C2CR3_EWPVD)) ? 1UL : 0UL); in LL_C2_PWR_IsEnabledWPVD()
6611 #define PWR_C2CR3_EWPVD PWR_C2CR3_EWPVD_Msk /*!< Enable wakeup PV… macro