Lines Matching refs:SVMCR

1861   MODIFY_REG(PWR->SVMCR, PWR_SVMCR_PVDLS, PVDLevel);  in LL_PWR_SetPVDLevel()
1879 return (READ_BIT(PWR->SVMCR, PWR_SVMCR_PVDLS)); in LL_PWR_GetPVDLevel()
1889 SET_BIT(PWR->SVMCR, PWR_SVMCR_PVDE); in LL_PWR_EnablePVD()
1899 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_PVDE); in LL_PWR_DisablePVD()
1909 return ((READ_BIT(PWR->SVMCR, PWR_SVMCR_PVDE) == (PWR_SVMCR_PVDE)) ? 1UL : 0UL); in LL_PWR_IsEnabledPVD()
1919 SET_BIT(PWR->SVMCR, PWR_SVMCR_USV); in LL_PWR_EnableVddUSB()
1930 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_USV); in LL_PWR_DisableVddUSB()
1941 return ((READ_BIT(PWR->SVMCR, PWR_SVMCR_USV) == (PWR_SVMCR_USV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddUSB()
1952 SET_BIT(PWR->SVMCR, PWR_SVMCR_IO2SV); in LL_PWR_EnableVddIO2()
1963 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_IO2SV); in LL_PWR_DisableVddIO2()
1974 return ((READ_BIT(PWR->SVMCR, PWR_SVMCR_IO2SV) == (PWR_SVMCR_IO2SV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddIO2()
1985 SET_BIT(PWR->SVMCR, PWR_SVMCR_ASV); in LL_PWR_EnableVddA()
1996 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_ASV); in LL_PWR_DisableVddA()
2007 return ((READ_BIT(PWR->SVMCR, PWR_SVMCR_ASV) == (PWR_SVMCR_ASV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddA()
2018 SET_BIT(PWR->SVMCR, PWR_SVMCR_UVMEN); in LL_PWR_EnableVddUSBMonitor()
2029 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_UVMEN); in LL_PWR_DisableVddUSBMonitor()
2040 return ((READ_BIT(PWR->SVMCR, PWR_SVMCR_UVMEN) == (PWR_SVMCR_UVMEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddUSBMonitor()
2051 SET_BIT(PWR->SVMCR, PWR_SVMCR_IO2VMEN); in LL_PWR_EnableVddIO2Monitor()
2062 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_IO2VMEN); in LL_PWR_DisableVddIO2Monitor()
2073 return ((READ_BIT(PWR->SVMCR, PWR_SVMCR_IO2VMEN) == (PWR_SVMCR_IO2VMEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddIO2Monitor()
2084 SET_BIT(PWR->SVMCR, PWR_SVMCR_AVM1EN); in LL_PWR_EnableVddAMonitor1()
2095 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_AVM1EN); in LL_PWR_DisableVddAMonitor1()
2106 return ((READ_BIT(PWR->SVMCR, PWR_SVMCR_AVM1EN) == (PWR_SVMCR_AVM1EN)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddAMonitor1()
2117 SET_BIT(PWR->SVMCR, PWR_SVMCR_AVM2EN); in LL_PWR_EnableVddAMonitor2()
2128 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_AVM2EN); in LL_PWR_DisableVddAMonitor2()
2139 return ((READ_BIT(PWR->SVMCR, PWR_SVMCR_AVM2EN) == (PWR_SVMCR_AVM2EN)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddAMonitor2()