Home
last modified time | relevance | path

Searched refs:UsbOtgHs1ClockSelection (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c2299 assert_param(IS_RCC_USBOTGHS1CLKSOURCE(PeriphClkInit->UsbOtgHs1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
2301 if (PeriphClkInit->UsbOtgHs1ClockSelection == RCC_USBOTGHS1CLKSOURCE_IC15) in HAL_RCCEx_PeriphCLKConfig()
2314 else if (PeriphClkInit->UsbOtgHs1ClockSelection == RCC_USBOTGHS1CLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()
2324 __HAL_RCC_USBOTGHS1_CONFIG(PeriphClkInit->UsbOtgHs1ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2528 PeriphClkInit->UsbOtgHs1ClockSelection = __HAL_RCC_GET_USBOTGHS1_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h1062 uint32_t UsbOtgHs1ClockSelection; /*!< Specifies USB OTG HS1 clock source. member