Home
last modified time | relevance | path

Searched refs:RCC_UART4CLKSOURCE_LSE (Results 1 – 25 of 29) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_irda_ex.h130 case RCC_UART4CLKSOURCE_LSE: \
243 case RCC_UART4CLKSOURCE_LSE: \
335 case RCC_UART4CLKSOURCE_LSE: \
427 case RCC_UART4CLKSOURCE_LSE: \
Dstm32g4xx_hal_uart_ex.h281 case RCC_UART4CLKSOURCE_LSE: \
394 case RCC_UART4CLKSOURCE_LSE: \
528 case RCC_UART4CLKSOURCE_LSE: \
620 case RCC_UART4CLKSOURCE_LSE: \
Dstm32g4xx_hal_rcc_ex.h275 #define RCC_UART4CLKSOURCE_LSE (RCC_CCIPR_UART4SEL_0 | RCC_CCIPR_UART4SEL_1) macro
1506 ((__SOURCE__) == RCC_UART4CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_irda_ex.h151 case RCC_UART4CLKSOURCE_LSE: \
285 case RCC_UART4CLKSOURCE_LSE: \
377 case RCC_UART4CLKSOURCE_LSE: \
Dstm32u5xx_hal_rcc_ex.h589 #define RCC_UART4CLKSOURCE_LSE (RCC_CCIPR1_UART4SEL_0 | RCC_CCIPR1_UART4SEL_1) macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_irda_ex.h156 case RCC_UART4CLKSOURCE_LSE: \
391 case RCC_UART4CLKSOURCE_LSE: \
Dstm32l4xx_hal_uart_ex.h298 case RCC_UART4CLKSOURCE_LSE: \
596 case RCC_UART4CLKSOURCE_LSE: \
Dstm32l4xx_hal_rcc_ex.h445 #define RCC_UART4CLKSOURCE_LSE (RCC_CCIPR_UART4SEL_0 | RCC_CCIPR_UART4SEL_1) macro
2672 ((__SOURCE__) == RCC_UART4CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h175 case RCC_UART4CLKSOURCE_LSE: \
453 case RCC_UART4CLKSOURCE_LSE: \
Dstm32h7xx_hal_uart_ex.h305 case RCC_UART4CLKSOURCE_LSE: \
610 case RCC_UART4CLKSOURCE_LSE: \
Dstm32h7xx_hal_rcc_ex.h710 #define RCC_UART4CLKSOURCE_LSE RCC_USART234578CLKSOURCE_LSE macro
4034 ((SOURCE) == RCC_UART4CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h169 case RCC_UART4CLKSOURCE_LSE: \
501 case RCC_UART4CLKSOURCE_LSE: \
Dstm32h5xx_hal_rcc_ex.h691 #define RCC_UART4CLKSOURCE_LSE (RCC_CCIPR1_UART4SEL_0 | RCC_CCIPR1_UART4SEL_2) macro
3328 ((__SOURCE__) == RCC_UART4CLKSOURCE_LSE))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_irda_ex.h150 case RCC_UART4CLKSOURCE_LSE: \
Dstm32l5xx_hal_uart_ex.h280 case RCC_UART4CLKSOURCE_LSE: \
Dstm32l5xx_hal_rcc_ex.h327 #define RCC_UART4CLKSOURCE_LSE (RCC_CCIPR1_UART4SEL_0 | RCC_CCIPR1_UART4SEL_1) /*!< LSE */ macro
1996 ((__SOURCE__) == RCC_UART4CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_irda_ex.h150 case RCC_UART4CLKSOURCE_LSE: \
Dstm32f7xx_hal_uart_ex.h246 case RCC_UART4CLKSOURCE_LSE: \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h214 ((SOURCE) == RCC_UART4CLKSOURCE_LSE) || \
253 ((SOURCE) == RCC_UART4CLKSOURCE_LSE) || \
1357 #define RCC_UART4CLKSOURCE_LSE RCC_CFGR3_UART4SW_LSE macro
1510 #define RCC_UART4CLKSOURCE_LSE RCC_CFGR3_UART4SW_LSE macro
Dstm32f3xx_hal_irda_ex.h159 case RCC_UART4CLKSOURCE_LSE: \
Dstm32f3xx_hal_uart_ex.h243 case RCC_UART4CLKSOURCE_LSE: \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h629 #define RCC_UART4CLKSOURCE_LSE LL_RCC_UART4_CLKSOURCE_LSE macro
3018 ((__SOURCE__) == RCC_UART4CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c1098 else if ((srcclk == RCC_UART4CLKSOURCE_LSE) && (HAL_IS_BIT_SET(RCC->BDCR, RCC_BDCR_LSERDY))) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c104 ((__SOURCE__) == RCC_UART4CLKSOURCE_LSE))
2167 else if ((HAL_IS_BIT_SET(RCC->BDCR, RCC_BDCR_LSERDY)) && (srcclk == RCC_UART4CLKSOURCE_LSE)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c857 else if((HAL_IS_BIT_SET(RCC->BDCR, RCC_BDCR_LSERDY)) && (srcclk == RCC_UART4CLKSOURCE_LSE)) in HAL_RCCEx_GetPeriphCLKFreq()

12