Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c738 assert_param(IS_RCC_USART11CLKSOURCE(pPeriphClkInit->Usart11ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
740 switch (pPeriphClkInit->Usart11ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
779 __HAL_RCC_USART11_CONFIG(pPeriphClkInit->Usart11ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2614 pPeriphClkInit->Usart11ClockSelection = __HAL_RCC_GET_USART11_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h219 uint32_t Usart11ClockSelection; /*!< Specifies USART11 clock source. member