Lines Matching refs:SVMCR3

664   SET_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO2SV);  in LL_PWR_EnableVddIO2()
674 CLEAR_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO2SV); in LL_PWR_DisableVddIO2()
684 return ((READ_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO2SV) == (PWR_SVMCR3_VDDIO2SV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddIO2()
694 SET_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO3SV); in LL_PWR_EnableVddIO3()
704 CLEAR_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO3SV); in LL_PWR_DisableVddIO3()
714 return ((READ_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO3SV) == (PWR_SVMCR3_VDDIO3SV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddIO3()
784 SET_BIT(PWR->SVMCR3, PWR_SVMCR3_USB33SV); in LL_PWR_EnableVddUSB()
794 CLEAR_BIT(PWR->SVMCR3, PWR_SVMCR3_USB33SV); in LL_PWR_DisableVddUSB()
804 return ((READ_BIT(PWR->SVMCR3, PWR_SVMCR3_USB33SV) == (PWR_SVMCR3_USB33SV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddUSB()
814 SET_BIT(PWR->SVMCR3, PWR_SVMCR3_ASV); in LL_PWR_EnableVddADC()
824 CLEAR_BIT(PWR->SVMCR3, PWR_SVMCR3_ASV); in LL_PWR_DisableVddADC()
834 return ((READ_BIT(PWR->SVMCR3, PWR_SVMCR3_ASV) == (PWR_SVMCR3_ASV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddADC()
844 SET_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO2VMEN); in LL_PWR_EnableVddIO2Monitoring()
854 CLEAR_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO2VMEN); in LL_PWR_DisableVddIO2Monitoring()
864 return ((READ_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO2VMEN) == (PWR_SVMCR3_VDDIO2VMEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddIO2Monitoring()
874 SET_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO3VMEN); in LL_PWR_EnableVddIO3Monitoring()
884 CLEAR_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO3VMEN); in LL_PWR_DisableVddIO3Monitoring()
894 return ((READ_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO3VMEN) == (PWR_SVMCR3_VDDIO3VMEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddIO3Monitoring()
964 SET_BIT(PWR->SVMCR3, PWR_SVMCR3_AVMEN); in LL_PWR_EnableVddADCMonitoring()
974 CLEAR_BIT(PWR->SVMCR3, PWR_SVMCR3_AVMEN); in LL_PWR_DisableVddADCMonitoring()
984 return ((READ_BIT(PWR->SVMCR3, PWR_SVMCR3_AVMEN) == (PWR_SVMCR3_AVMEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddADCMonitoring()
994 SET_BIT(PWR->SVMCR3, PWR_SVMCR3_USB33VMEN); in LL_PWR_EnableVddUSBMonitoring()
1004 CLEAR_BIT(PWR->SVMCR3, PWR_SVMCR3_USB33VMEN); in LL_PWR_DisableVddUSBMonitoring()
1014 return ((READ_BIT(PWR->SVMCR3, PWR_SVMCR3_USB33VMEN) == (PWR_SVMCR3_USB33VMEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddUSBMonitoring()
1030 MODIFY_REG(PWR->SVMCR3, PWR_SVMCR3_VDDIOVRSEL, (VoltageRange << PWR_SVMCR3_VDDIOVRSEL_Pos)); in LL_PWR_SetVddIOVoltageRange()
1042 return (uint32_t)(READ_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIOVRSEL) >> PWR_SVMCR3_VDDIOVRSEL_Pos); in LL_PWR_GetVddIOVoltageRange()
1058 MODIFY_REG(PWR->SVMCR3, PWR_SVMCR3_VDDIO2VRSEL, (VoltageRange << PWR_SVMCR3_VDDIO2VRSEL_Pos)); in LL_PWR_SetVddIO2VoltageRange()
1070 return (uint32_t)(READ_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO2VRSEL) >> PWR_SVMCR3_VDDIO2VRSEL_Pos); in LL_PWR_GetVddIO2VoltageRange()
1086 MODIFY_REG(PWR->SVMCR3, PWR_SVMCR3_VDDIO3VRSEL, (VoltageRange << PWR_SVMCR3_VDDIO3VRSEL_Pos)); in LL_PWR_SetVddIO3VoltageRange()
1098 return (uint32_t)(READ_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO3VRSEL) >> PWR_SVMCR3_VDDIO3VRSEL_Pos); in LL_PWR_GetVddIO3VoltageRange()
1535 return ((READ_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO2RDY) == (PWR_SVMCR3_VDDIO2RDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VDDIO2RDY()
1545 return ((READ_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO3RDY) == (PWR_SVMCR3_VDDIO3RDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VDDIO3RDY()
1575 return ((READ_BIT(PWR->SVMCR3, PWR_SVMCR3_ARDY) == (PWR_SVMCR3_ARDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_ARDY()
1585 return ((READ_BIT(PWR->SVMCR3, PWR_SVMCR3_USB33RDY) == (PWR_SVMCR3_USB33RDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_USB33RDY()