Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_usart_ex.h105 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_LSE; \
126 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_LSE; \
153 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_LSE; \
174 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_LSE; \
209 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_LSE; \
Dstm32l0xx_hal_usart.h130 USART_CLOCKSOURCE_LSE = 0x08U, /*!< LSE clock source */ enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_usart_ex.h164 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_LSE; \
185 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_LSE; \
214 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_LSE; \
235 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_LSE; \
256 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_LSE; \
Dstm32l4xx_hal_usart.h129 USART_CLOCKSOURCE_LSE = 0x08U, /*!< LSE clock source */ enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_usart.c2138 case USART_CLOCKSOURCE_LSE: in USART_SetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_usart.c3015 case USART_CLOCKSOURCE_LSE: in USART_SetConfig()