/hal_stm32-3.5.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.5.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 | 400 MODIFY_REG(PWR->SVMCR, PWR_SVMCR_PVDLS, pConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD() 441 SET_BIT(PWR->SVMCR, PWR_SVMCR_PVDE); in HAL_PWR_EnablePVD() 450 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_PVDE); in HAL_PWR_DisablePVD()
|
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_pwr.h | 746 MODIFY_REG(PWR->SVMCR, PWR_SVMCR_PVDLS, PVDLevel); in LL_PWR_SetPVDLevel() 764 return (READ_BIT(PWR->SVMCR, PWR_SVMCR_PVDLS)); in LL_PWR_GetPVDLevel() 774 SET_BIT(PWR->SVMCR, PWR_SVMCR_PVDE); in LL_PWR_EnablePVD() 784 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_PVDE); in LL_PWR_DisablePVD() 794 return ((READ_BIT(PWR->SVMCR, PWR_SVMCR_PVDE) == (PWR_SVMCR_PVDE)) ? 1UL : 0UL); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_pwr.c | 400 MODIFY_REG(PWR->SVMCR, PWR_SVMCR_PVDLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD() 441 SET_BIT(PWR->SVMCR, PWR_SVMCR_PVDE); in HAL_PWR_EnablePVD() 450 CLEAR_BIT(PWR->SVMCR, PWR_SVMCR_PVDE); in HAL_PWR_DisablePVD()
|
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 504 …__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 | 620 …__IO uint32_t SVMCR; /*!< PWR supply voltage monitoring control register, Address off… member
|
D | stm32wba55xx.h | 620 …__IO uint32_t SVMCR; /*!< PWR supply voltage monitoring control register, Address off… member
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 895 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u535xx.h | 829 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u575xx.h | 892 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u5a5xx.h | 996 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u585xx.h | 959 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u5f7xx.h | 1090 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u595xx.h | 929 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u599xx.h | 1110 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u5g7xx.h | 1157 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u5a9xx.h | 1177 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u5g9xx.h | 1261 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|
D | stm32u5f9xx.h | 1194 …__IO uint32_t SVMCR; /*!< Power supply voltage monitoring control register, Address offset: 0x… member
|