Home
last modified time | relevance | path

Searched refs:RCC_UART8CLKSOURCE_PCLK1 (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_irda_ex.h225 case RCC_UART8CLKSOURCE_PCLK1: \
Dstm32f7xx_hal_uart_ex.h321 case RCC_UART8CLKSOURCE_PCLK1: \
Dstm32f7xx_hal_rcc_ex.h435 #define RCC_UART8CLKSOURCE_PCLK1 ((uint32_t)0x00000000U) macro
3461 (((SOURCE) == RCC_UART8CLKSOURCE_PCLK1) || \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h681 #define RCC_UART8CLKSOURCE_PCLK1 LL_RCC_UART8_CLKSOURCE_PCLK1 macro
3050 (((__SOURCE__) == RCC_UART8CLKSOURCE_PCLK1) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h268 case RCC_UART8CLKSOURCE_PCLK1: \
Dstm32h5xx_hal_rcc_ex.h746 #define RCC_UART8CLKSOURCE_PCLK1 ((uint32_t)0x00000000U) macro
3363 (((__SOURCE__) == RCC_UART8CLKSOURCE_PCLK1) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c574 case RCC_UART8CLKSOURCE_PCLK1: /* PCLK1 is used as clock source for UART8*/ in HAL_RCCEx_PeriphCLKConfig()
3737 if (srcclk == RCC_UART8CLKSOURCE_PCLK1) in HAL_RCCEx_GetPeriphCLKFreq()