Home
last modified time | relevance | path

Searched refs:USART_CLOCKSOURCE_UNDEFINED (Results 1 – 5 of 5) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_usart_ex.h167 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_UNDEFINED; \
188 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_UNDEFINED; \
194 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_UNDEFINED; \
217 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_UNDEFINED; \
238 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_UNDEFINED; \
259 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_UNDEFINED; \
265 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_UNDEFINED; \
Dstm32l4xx_hal_usart.h130 USART_CLOCKSOURCE_UNDEFINED = 0x10U /*!< Undefined clock source */ enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_usart_ex.h108 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_UNDEFINED; \
129 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_UNDEFINED; \
156 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_UNDEFINED; \
177 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_UNDEFINED; \
212 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_UNDEFINED; \
Dstm32l0xx_hal_usart.h131 USART_CLOCKSOURCE_UNDEFINED = 0x10U /*!< Undefined clock source */ enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_usart.c2080 USART_ClockSourceTypeDef clocksource = USART_CLOCKSOURCE_UNDEFINED; in USART_SetConfig()
2141 case USART_CLOCKSOURCE_UNDEFINED: in USART_SetConfig()