Home
last modified time | relevance | path

Searched refs:RCC_UART7CLKSOURCE_HSI (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h250 case RCC_UART7CLKSOURCE_HSI: \
528 case RCC_UART7CLKSOURCE_HSI: \
Dstm32h7xx_hal_uart_ex.h380 case RCC_UART7CLKSOURCE_HSI: \
685 case RCC_UART7CLKSOURCE_HSI: \
Dstm32h7xx_hal_rcc_ex.h736 #define RCC_UART7CLKSOURCE_HSI RCC_USART234578CLKSOURCE_HSI macro
4056 ((SOURCE) == RCC_UART7CLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_irda_ex.h207 case RCC_UART7CLKSOURCE_HSI: \
Dstm32f7xx_hal_uart_ex.h303 case RCC_UART7CLKSOURCE_HSI: \
Dstm32f7xx_hal_rcc_ex.h426 #define RCC_UART7CLKSOURCE_HSI RCC_DCKCFGR2_UART7SEL_1 macro
3458 ((SOURCE) == RCC_UART7CLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h673 #define RCC_UART7CLKSOURCE_HSI LL_RCC_UART7_CLKSOURCE_HSI macro
3047 ((__SOURCE__) == RCC_UART7CLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h244 case RCC_UART7CLKSOURCE_HSI: \
Dstm32h5xx_hal_rcc_ex.h734 #define RCC_UART7CLKSOURCE_HSI (RCC_CCIPR1_UART7SEL_0 | RCC_CCIPR1_UART7SEL_1) macro
3356 ((__SOURCE__) == RCC_UART7CLKSOURCE_HSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c535 case RCC_UART7CLKSOURCE_HSI: /* HSI clock is used as source of UART7 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3712 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSIRDY)) && (srcclk == RCC_UART7CLKSOURCE_HSI)) in HAL_RCCEx_GetPeriphCLKFreq()