Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_usart_ex.h102 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_SYSCLK; \
123 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_SYSCLK; \
150 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_SYSCLK; \
171 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_SYSCLK; \
206 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_SYSCLK; \
Dstm32l0xx_hal_usart.h129 USART_CLOCKSOURCE_SYSCLK = 0x04U, /*!< SYSCLK clock source */ enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_usart_ex.h161 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_SYSCLK; \
182 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_SYSCLK; \
211 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_SYSCLK; \
232 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_SYSCLK; \
253 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_SYSCLK; \
Dstm32l4xx_hal_usart.h128 USART_CLOCKSOURCE_SYSCLK = 0x04U, /*!< SYSCLK clock source */ enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_usart.c2135 case USART_CLOCKSOURCE_SYSCLK: in USART_SetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_usart.c3008 case USART_CLOCKSOURCE_SYSCLK: in USART_SetConfig()