Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_irda_ex.h166 case RCC_UART5CLKSOURCE_HSI: \
300 case RCC_UART5CLKSOURCE_HSI: \
392 case RCC_UART5CLKSOURCE_HSI: \
Dstm32u5xx_hal_rcc_ex.h599 #define RCC_UART5CLKSOURCE_HSI RCC_CCIPR1_UART5SEL_1 macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_irda_ex.h145 case RCC_UART5CLKSOURCE_HSI: \
258 case RCC_UART5CLKSOURCE_HSI: \
Dstm32g4xx_hal_uart_ex.h296 case RCC_UART5CLKSOURCE_HSI: \
409 case RCC_UART5CLKSOURCE_HSI: \
Dstm32g4xx_hal_rcc_ex.h287 #define RCC_UART5CLKSOURCE_HSI RCC_CCIPR_UART5SEL_1 macro
1515 ((__SOURCE__) == RCC_UART5CLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h196 case RCC_UART5CLKSOURCE_HSI: \
474 case RCC_UART5CLKSOURCE_HSI: \
Dstm32h7xx_hal_uart_ex.h326 case RCC_UART5CLKSOURCE_HSI: \
631 case RCC_UART5CLKSOURCE_HSI: \
Dstm32h7xx_hal_rcc_ex.h722 #define RCC_UART5CLKSOURCE_HSI RCC_USART234578CLKSOURCE_HSI macro
4042 ((SOURCE) == RCC_UART5CLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h190 case RCC_UART5CLKSOURCE_HSI: \
522 case RCC_UART5CLKSOURCE_HSI: \
Dstm32h5xx_hal_rcc_ex.h704 #define RCC_UART5CLKSOURCE_HSI (RCC_CCIPR1_UART5SEL_0 | RCC_CCIPR1_UART5SEL_1) macro
3336 ((__SOURCE__) == RCC_UART5CLKSOURCE_HSI) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_irda_ex.h165 case RCC_UART5CLKSOURCE_HSI: \
Dstm32l5xx_hal_uart_ex.h295 case RCC_UART5CLKSOURCE_HSI: \
Dstm32l5xx_hal_rcc_ex.h337 #define RCC_UART5CLKSOURCE_HSI RCC_CCIPR1_UART5SEL_1 /*!< HSI */ macro
2003 ((__SOURCE__) == RCC_UART5CLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_irda_ex.h165 case RCC_UART5CLKSOURCE_HSI: \
Dstm32f7xx_hal_uart_ex.h261 case RCC_UART5CLKSOURCE_HSI: \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h219 ((SOURCE) == RCC_UART5CLKSOURCE_HSI))
258 ((SOURCE) == RCC_UART5CLKSOURCE_HSI))
1370 #define RCC_UART5CLKSOURCE_HSI RCC_CFGR3_UART5SW_HSI macro
1523 #define RCC_UART5CLKSOURCE_HSI RCC_CFGR3_UART5SW_HSI macro
Dstm32f3xx_hal_irda_ex.h174 case RCC_UART5CLKSOURCE_HSI: \
Dstm32f3xx_hal_uart_ex.h258 case RCC_UART5CLKSOURCE_HSI: \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_irda_ex.h171 case RCC_UART5CLKSOURCE_HSI: \
Dstm32l4xx_hal_uart_ex.h313 case RCC_UART5CLKSOURCE_HSI: \
Dstm32l4xx_hal_rcc_ex.h457 #define RCC_UART5CLKSOURCE_HSI RCC_CCIPR_UART5SEL_1 macro
2683 ((__SOURCE__) == RCC_UART5CLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h645 #define RCC_UART5CLKSOURCE_HSI LL_RCC_UART5_CLKSOURCE_HSI macro
3029 ((__SOURCE__) == RCC_UART5CLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c1117 else if ((srcclk == RCC_UART5CLKSOURCE_HSI) && (HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSIRDY))) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c109 ((__SOURCE__) == RCC_UART5CLKSOURCE_HSI) || \
2190 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSIRDY)) && (srcclk == RCC_UART5CLKSOURCE_HSI)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c882 else if((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSIRDY)) && (srcclk == RCC_UART5CLKSOURCE_HSI)) in HAL_RCCEx_GetPeriphCLKFreq()

12