Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc_ex.h252 #define RCC_LPUART2CLKSOURCE_HSI RCC_CCIPR_LPUART2SEL_1 macro
1189 ((__SOURCE__) == RCC_LPUART2CLKSOURCE_HSI) || \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h304 #define RCC_LPUART2CLKSOURCE_HSI RCC_CCIPR_LPUART2SEL_1 /*!< HSI … macro
1447 ((__SOURCE__) == RCC_LPUART2CLKSOURCE_HSI))
Dstm32g0xx_hal_uart_ex.h308 case RCC_LPUART2CLKSOURCE_HSI: \
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c652 case RCC_LPUART2CLKSOURCE_HSI: in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c847 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSIRDY)) && (srcclk == RCC_LPUART2CLKSOURCE_HSI)) in HAL_RCCEx_GetPeriphCLKFreq()