Home
last modified time | relevance | path

Searched refs:USART_CLOCKSOURCE_CSI (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_usart.h115 USART_CLOCKSOURCE_CSI = 0x10U, /*!< CSI clock source */ enumerator
747 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
774 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
801 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
828 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
855 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
890 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
917 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
944 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
971 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_usart.h113 USART_CLOCKSOURCE_CSI = 0x04U, /*!< CSI clock source */ enumerator
742 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
769 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
796 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
823 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
850 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
877 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
912 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
936 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
960 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_usart.h116 USART_CLOCKSOURCE_CSI = 0x20U, /*!< CSI clock source */ enumerator
750 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
777 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
801 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
825 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_CSI; \
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_usart.c2961 case USART_CLOCKSOURCE_CSI: in USART_SetConfig()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_usart.c3221 case USART_CLOCKSOURCE_CSI: in USART_SetConfig()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_usart.c3439 case USART_CLOCKSOURCE_CSI: in USART_SetConfig()