Home
last modified time | relevance | path

Searched refs:USBSCR (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr_ex.c336 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/
Dstm32h5xx_ll_pwr.h1136 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/
Dstm32h523xx.h834 …__IO uint32_t USBSCR; /*!< USB Supply Control Register Address offset: 0x38 … member
Dstm32h562xx.h881 …__IO uint32_t USBSCR; /*!< USB Supply Control Register Address offset: 0x38 … member
Dstm32h533xx.h898 …__IO uint32_t USBSCR; /*!< USB Supply Control Register Address offset: 0x38 … member
Dstm32h573xx.h1123 …__IO uint32_t USBSCR; /*!< USB Supply Control Register Address offset: 0x38 … member
Dstm32h563xx.h1059 …__IO uint32_t USBSCR; /*!< USB Supply Control Register Address offset: 0x38 … member