Home
last modified time | relevance | path

Searched refs:__HAL_RCC_LPUART2_CONFIG (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc_ex.h587 #define __HAL_RCC_LPUART2_CONFIG(__LPUART2_CLKSOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h804 #define __HAL_RCC_LPUART2_CONFIG(__LPUART2_CLKSOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c248 __HAL_RCC_LPUART2_CONFIG(PeriphClkInit->Lpuart2ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c264 __HAL_RCC_LPUART2_CONFIG(PeriphClkInit->Lpuart2ClockSelection); in HAL_RCCEx_PeriphCLKConfig()