Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_irda_ex.h172 case RCC_UART5CLKSOURCE_LSE: \
306 case RCC_UART5CLKSOURCE_LSE: \
398 case RCC_UART5CLKSOURCE_LSE: \
Dstm32u5xx_hal_rcc_ex.h600 #define RCC_UART5CLKSOURCE_LSE (RCC_CCIPR1_UART5SEL_0 | RCC_CCIPR1_UART5SEL_1) macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_irda_ex.h151 case RCC_UART5CLKSOURCE_LSE: \
264 case RCC_UART5CLKSOURCE_LSE: \
Dstm32g4xx_hal_uart_ex.h302 case RCC_UART5CLKSOURCE_LSE: \
415 case RCC_UART5CLKSOURCE_LSE: \
Dstm32g4xx_hal_rcc_ex.h288 #define RCC_UART5CLKSOURCE_LSE (RCC_CCIPR_UART5SEL_0 | RCC_CCIPR_UART5SEL_1) macro
1514 ((__SOURCE__) == RCC_UART5CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h202 case RCC_UART5CLKSOURCE_LSE: \
480 case RCC_UART5CLKSOURCE_LSE: \
Dstm32h7xx_hal_uart_ex.h332 case RCC_UART5CLKSOURCE_LSE: \
637 case RCC_UART5CLKSOURCE_LSE: \
Dstm32h7xx_hal_rcc_ex.h724 #define RCC_UART5CLKSOURCE_LSE RCC_USART234578CLKSOURCE_LSE macro
4041 ((SOURCE) == RCC_UART5CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h196 case RCC_UART5CLKSOURCE_LSE: \
528 case RCC_UART5CLKSOURCE_LSE: \
Dstm32h5xx_hal_rcc_ex.h706 #define RCC_UART5CLKSOURCE_LSE (RCC_CCIPR1_UART5SEL_0 | RCC_CCIPR1_UART5SEL_2) macro
3338 ((__SOURCE__) == RCC_UART5CLKSOURCE_LSE))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_irda_ex.h171 case RCC_UART5CLKSOURCE_LSE: \
Dstm32l5xx_hal_uart_ex.h301 case RCC_UART5CLKSOURCE_LSE: \
Dstm32l5xx_hal_rcc_ex.h338 #define RCC_UART5CLKSOURCE_LSE (RCC_CCIPR1_UART5SEL_0 | RCC_CCIPR1_UART5SEL_1) /*!< LSE */ macro
2002 ((__SOURCE__) == RCC_UART5CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_irda_ex.h171 case RCC_UART5CLKSOURCE_LSE: \
Dstm32f7xx_hal_uart_ex.h267 case RCC_UART5CLKSOURCE_LSE: \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h218 ((SOURCE) == RCC_UART5CLKSOURCE_LSE) || \
257 ((SOURCE) == RCC_UART5CLKSOURCE_LSE) || \
1369 #define RCC_UART5CLKSOURCE_LSE RCC_CFGR3_UART5SW_LSE macro
1522 #define RCC_UART5CLKSOURCE_LSE RCC_CFGR3_UART5SW_LSE macro
Dstm32f3xx_hal_irda_ex.h180 case RCC_UART5CLKSOURCE_LSE: \
Dstm32f3xx_hal_uart_ex.h264 case RCC_UART5CLKSOURCE_LSE: \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_irda_ex.h177 case RCC_UART5CLKSOURCE_LSE: \
Dstm32l4xx_hal_uart_ex.h319 case RCC_UART5CLKSOURCE_LSE: \
Dstm32l4xx_hal_rcc_ex.h458 #define RCC_UART5CLKSOURCE_LSE (RCC_CCIPR_UART5SEL_0 | RCC_CCIPR_UART5SEL_1) macro
2682 ((__SOURCE__) == RCC_UART5CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h643 #define RCC_UART5CLKSOURCE_LSE LL_RCC_UART5_CLKSOURCE_LSE macro
3027 ((__SOURCE__) == RCC_UART5CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c1127 else if ((srcclk == RCC_UART5CLKSOURCE_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.c110 ((__SOURCE__) == RCC_UART5CLKSOURCE_LSE))
2194 else if ((HAL_IS_BIT_SET(RCC->BDCR, RCC_BDCR_LSERDY)) && (srcclk == RCC_UART5CLKSOURCE_LSE)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c886 else if((HAL_IS_BIT_SET(RCC->BDCR, RCC_BDCR_LSERDY)) && (srcclk == RCC_UART5CLKSOURCE_LSE)) in HAL_RCCEx_GetPeriphCLKFreq()

12