Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c794 assert_param(IS_RCC_UART12CLKSOURCE(pPeriphClkInit->Uart12ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
796 switch (pPeriphClkInit->Uart12ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
835 __HAL_RCC_UART12_CONFIG(pPeriphClkInit->Uart12ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2619 pPeriphClkInit->Uart12ClockSelection = __HAL_RCC_GET_UART12_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h224 uint32_t Uart12ClockSelection; /*!< Specifies UART12 clock source. member