Home
last modified time | relevance | path

Searched refs:RCC_USART6CLKSOURCE_CSI (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h226 case RCC_USART6CLKSOURCE_CSI: \
504 case RCC_USART6CLKSOURCE_CSI: \
Dstm32h7xx_hal_uart_ex.h356 case RCC_USART6CLKSOURCE_CSI: \
661 case RCC_USART6CLKSOURCE_CSI: \
Dstm32h7xx_hal_smartcard.h964 case RCC_USART6CLKSOURCE_CSI: \
1107 case RCC_USART6CLKSOURCE_CSI: \
Dstm32h7xx_hal_usart.h826 case RCC_USART6CLKSOURCE_CSI: \
969 case RCC_USART6CLKSOURCE_CSI: \
Dstm32h7xx_hal_rcc_ex.h610 #define RCC_USART6CLKSOURCE_CSI RCC_USART16CLKSOURCE_CSI macro
4047 ((SOURCE) == RCC_USART6CLKSOURCE_CSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h220 case RCC_USART6CLKSOURCE_CSI: \
549 case RCC_USART6CLKSOURCE_CSI: \
Dstm32h5xx_hal_usart.h821 case RCC_USART6CLKSOURCE_CSI: \
991 case RCC_USART6CLKSOURCE_CSI: \
Dstm32h5xx_hal_smartcard.h964 case RCC_USART6CLKSOURCE_CSI: \
1134 case RCC_USART6CLKSOURCE_CSI: \
Dstm32h5xx_hal_rcc_ex.h720 #define RCC_USART6CLKSOURCE_CSI RCC_CCIPR1_USART6SEL_2 macro
3347 ((__SOURCE__) == RCC_USART6CLKSOURCE_CSI) || \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h632 #define RCC_USART6CLKSOURCE_CSI (RCC_UART6CKSELR_UART6SRC_1 | RCC_UART6CKSELR_UART6SRC_0) macro
639 ((SOURCE) == RCC_USART6CLKSOURCE_CSI) || \
Dstm32mp1xx_hal_uart_ex.h332 case RCC_USART6CLKSOURCE_CSI: \
Dstm32mp1xx_hal_smartcard.h955 case RCC_USART6CLKSOURCE_CSI: \
Dstm32mp1xx_hal_usart.h824 case RCC_USART6CLKSOURCE_CSI: \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c483 case RCC_USART6CLKSOURCE_CSI: /* CSI clock is used as source of USART6 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3677 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_CSIRDY)) && (srcclk == RCC_USART6CLKSOURCE_CSI)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c2603 case RCC_USART6CLKSOURCE_CSI: in HAL_RCCEx_GetPeriphCLKFreq()