Lines Matching refs:SVMCR1
724 SET_BIT(PWR->SVMCR1, PWR_SVMCR1_VDDIO4SV); in LL_PWR_EnableVddIO4()
734 CLEAR_BIT(PWR->SVMCR1, PWR_SVMCR1_VDDIO4SV); in LL_PWR_DisableVddIO4()
744 return ((READ_BIT(PWR->SVMCR1, PWR_SVMCR1_VDDIO4SV) == (PWR_SVMCR1_VDDIO4SV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddIO4()
904 SET_BIT(PWR->SVMCR1, PWR_SVMCR1_VDDIO4VMEN); in LL_PWR_EnableVddIO4Monitoring()
914 CLEAR_BIT(PWR->SVMCR1, PWR_SVMCR1_VDDIO4VMEN); in LL_PWR_DisableVddIO4Monitoring()
924 return ((READ_BIT(PWR->SVMCR1, PWR_SVMCR1_VDDIO4VMEN) == (PWR_SVMCR1_VDDIO4VMEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddIO4Monitoring()
1114 MODIFY_REG(PWR->SVMCR1, PWR_SVMCR1_VDDIO4VRSEL, (VoltageRange << PWR_SVMCR1_VDDIO4VRSEL_Pos)); in LL_PWR_SetVddIO4VoltageRange()
1126 return (uint32_t)(READ_BIT(PWR->SVMCR1, PWR_SVMCR1_VDDIO4VRSEL) >> PWR_SVMCR1_VDDIO4VRSEL_Pos); in LL_PWR_GetVddIO4VoltageRange()
1164 SET_BIT(PWR->SVMCR1, PWR_SVMCR1_VDDIO4VRSTBY); in LL_PWR_EnableVddIO4VoltageRangeSB()
1174 CLEAR_BIT(PWR->SVMCR1, PWR_SVMCR1_VDDIO4VRSTBY); in LL_PWR_DisableVddIO4VoltageRangeSB()
1184 …return ((READ_BIT(PWR->SVMCR1, PWR_SVMCR1_VDDIO4VRSTBY) == (PWR_SVMCR1_VDDIO4VRSTBY)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddIO4VoltageRangeSB()
1555 return ((READ_BIT(PWR->SVMCR1, PWR_SVMCR1_VDDIO4RDY) == (PWR_SVMCR1_VDDIO4RDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VDDIO4RDY()