Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_usart_ex.h99 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_HSI; \
120 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_HSI; \
147 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_HSI; \
168 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_HSI; \
203 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_HSI; \
Dstm32l0xx_hal_usart.h128 USART_CLOCKSOURCE_HSI = 0x02U, /*!< HSI clock source */ enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_usart_ex.h158 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_HSI; \
179 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_HSI; \
208 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_HSI; \
229 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_HSI; \
250 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_HSI; \
Dstm32l4xx_hal_usart.h127 USART_CLOCKSOURCE_HSI = 0x02U, /*!< HSI clock source */ enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_usart.c2132 case USART_CLOCKSOURCE_HSI: in USART_SetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_usart.c3001 case USART_CLOCKSOURCE_HSI: in USART_SetConfig()