/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_pwr.h | 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() [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 1241 SET_BIT(PWR->SVMCR, PWR_SVMCR_USV); in HAL_PWREx_EnableVddUSB() 1250 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_USV); in HAL_PWREx_DisableVddUSB() 1261 SET_BIT(PWR->SVMCR, PWR_SVMCR_IO2SV); in HAL_PWREx_EnableVddIO2() 1270 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_IO2SV); in HAL_PWREx_DisableVddIO2() 1281 SET_BIT(PWR->SVMCR, PWR_SVMCR_ASV); in HAL_PWREx_EnableVddA() 1290 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_ASV); in HAL_PWREx_DisableVddA() 1299 SET_BIT(PWR->SVMCR, PWR_SVMCR_UVMEN); in HAL_PWREx_EnableUVM() 1308 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_UVMEN); in HAL_PWREx_DisableUVM() 1317 SET_BIT(PWR->SVMCR, PWR_SVMCR_IO2VMEN); in HAL_PWREx_EnableIO2VM() 1326 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_IO2VMEN); in HAL_PWREx_DisableIO2VM() [all …]
|
D | stm32u5xx_hal_pwr.c | 406 MODIFY_REG(PWR->SVMCR, PWR_SVMCR_PVDLS, pConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD() 447 SET_BIT(PWR->SVMCR, PWR_SVMCR_PVDE); in HAL_PWR_EnablePVD() 456 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_PVDE); in HAL_PWR_DisablePVD()
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_pwr.h | 747 MODIFY_REG(PWR->SVMCR, PWR_SVMCR_PVDLS, PVDLevel); in LL_PWR_SetPVDLevel() 765 return (READ_BIT(PWR->SVMCR, PWR_SVMCR_PVDLS)); in LL_PWR_GetPVDLevel() 775 SET_BIT(PWR->SVMCR, PWR_SVMCR_PVDE); in LL_PWR_EnablePVD() 785 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_PVDE); in LL_PWR_DisablePVD() 795 return ((READ_BIT(PWR->SVMCR, PWR_SVMCR_PVDE) == (PWR_SVMCR_PVDE)) ? 1UL : 0UL); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_pwr.c | 399 MODIFY_REG(PWR->SVMCR, PWR_SVMCR_PVDLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD() 440 SET_BIT(PWR->SVMCR, PWR_SVMCR_PVDE); in HAL_PWR_EnablePVD() 449 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_PVDE); in HAL_PWR_DisablePVD()
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 503 …__IO uint32_t SVMCR; /*!< PWR supply voltage monitoring control register, Address off… member
|
D | stm32wba52xx.h | 594 …__IO uint32_t SVMCR; /*!< PWR supply voltage monitoring control register, Address off… member
|
D | stm32wba54xx.h | 621 …__IO uint32_t SVMCR; /*!< PWR supply voltage monitoring control register, Address off… member
|
D | stm32wba55xx.h | 621 …__IO uint32_t SVMCR; /*!< PWR supply voltage monitoring control register, Address off… member
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/soc/ |
D | stm32u535xx.h | 824 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u545xx.h | 890 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u575xx.h | 887 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u585xx.h | 954 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u5f7xx.h | 1085 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u595xx.h | 924 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u5a5xx.h | 991 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u599xx.h | 1105 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u5g7xx.h | 1152 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u5g9xx.h | 1256 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u5f9xx.h | 1189 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u5a9xx.h | 1172 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|