Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_irda_ex.h204 case RCC_UART7CLKSOURCE_PCLK1: \
Dstm32f7xx_hal_uart_ex.h300 case RCC_UART7CLKSOURCE_PCLK1: \
Dstm32f7xx_hal_rcc_ex.h424 #define RCC_UART7CLKSOURCE_PCLK1 ((uint32_t)0x00000000U) macro
3455 (((SOURCE) == RCC_UART7CLKSOURCE_PCLK1) || \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h667 #define RCC_UART7CLKSOURCE_PCLK1 LL_RCC_UART7_CLKSOURCE_PCLK1 macro
3041 (((__SOURCE__) == RCC_UART7CLKSOURCE_PCLK1) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h241 case RCC_UART7CLKSOURCE_PCLK1: \
Dstm32h5xx_hal_rcc_ex.h731 #define RCC_UART7CLKSOURCE_PCLK1 ((uint32_t)0x00000000U) macro
3353 (((__SOURCE__) == RCC_UART7CLKSOURCE_PCLK1) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c518 case RCC_UART7CLKSOURCE_PCLK1: /* PCLK1 is used as clock source for UART7*/ in HAL_RCCEx_PeriphCLKConfig()
3698 if (srcclk == RCC_UART7CLKSOURCE_PCLK1) in HAL_RCCEx_GetPeriphCLKFreq()