Home
last modified time | relevance | path

Searched refs:UsbClockSelection (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dstm32h5xx_hal_msp.c182 .UsbClockSelection = 0,
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc_ex.c527 assert_param(IS_RCC_USBCLKSOURCE(PeriphClkInit->UsbClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
530 __HAL_RCC_USB_CONFIG(PeriphClkInit->UsbClockSelection); in HAL_RCCEx_PeriphCLKConfig()
532 if (PeriphClkInit->UsbClockSelection == RCC_USBCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
539 if (PeriphClkInit->UsbClockSelection == RCC_USBCLKSOURCE_PLLSAI1) in HAL_RCCEx_PeriphCLKConfig()
767 PeriphClkInit->UsbClockSelection = __HAL_RCC_GET_USB_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c2429 assert_param(IS_RCC_USBCLKSOURCE(pPeriphClkInit->UsbClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
2431 switch (pPeriphClkInit->UsbClockSelection) in HAL_RCCEx_PeriphCLKConfig()
2465 __HAL_RCC_USB_CONFIG(pPeriphClkInit->UsbClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2804 pPeriphClkInit->UsbClockSelection = __HAL_RCC_GET_USB_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_rcc_ex.h159 …uint32_t UsbClockSelection; /*!< Specifies USB clock source (warning: same source for SDMMC1 … member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h356 uint32_t UsbClockSelection; /*!< Specifies USB clock source. member