Searched refs:USBSCR (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pwr_ex.c | 336 SET_BIT(PWR->USBSCR, PWR_USBSCR_USB33DEN); in HAL_PWREx_EnableUSBVoltageDetector() 346 CLEAR_BIT(PWR->USBSCR, PWR_USBSCR_USB33DEN); in HAL_PWREx_DisableUSBVoltageDetector() 357 SET_BIT(PWR->USBSCR, PWR_USBSCR_USB33SV); in HAL_PWREx_EnableVddUSB() 366 CLEAR_BIT(PWR->USBSCR, PWR_USBSCR_USB33SV); in HAL_PWREx_DisableVddUSB()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_pwr.h | 1136 SET_BIT(PWR->USBSCR, PWR_USBSCR_USB33DEN); in LL_PWR_EnableUSBVoltageDetector() 1146 CLEAR_BIT(PWR->USBSCR, PWR_USBSCR_USB33DEN); in LL_PWR_DisableUSBVoltageDetector() 1156 return ((READ_BIT(PWR->USBSCR, PWR_USBSCR_USB33DEN) == (PWR_USBSCR_USB33DEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledUSBVoltageDetector() 1166 SET_BIT(PWR->USBSCR, PWR_USBSCR_USB33SV); in LL_PWR_EnableVddUSB() 1177 CLEAR_BIT(PWR->USBSCR, PWR_USBSCR_USB33SV); in LL_PWR_DisableVddUSB() 1188 return ((READ_BIT(PWR->USBSCR, PWR_USBSCR_USB33SV) == (PWR_USBSCR_USB33SV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddUSB()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h523xx.h | 834 …__IO uint32_t USBSCR; /*!< USB Supply Control Register Address offset: 0x38 … member
|
D | stm32h562xx.h | 881 …__IO uint32_t USBSCR; /*!< USB Supply Control Register Address offset: 0x38 … member
|
D | stm32h533xx.h | 898 …__IO uint32_t USBSCR; /*!< USB Supply Control Register Address offset: 0x38 … member
|
D | stm32h573xx.h | 1123 …__IO uint32_t USBSCR; /*!< USB Supply Control Register Address offset: 0x38 … member
|
D | stm32h563xx.h | 1059 …__IO uint32_t USBSCR; /*!< USB Supply Control Register Address offset: 0x38 … member
|