Home
last modified time | relevance | path

Searched refs:USART_CLOCK_ENABLE (Results 1 – 9 of 9) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_usart.h215 #define USART_CLOCK_ENABLE ((uint32_t)USART_CR2_CLKEN) macro
524 ((CLOCK) == USART_CLOCK_ENABLE))
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_usart.h214 #define USART_CLOCK_ENABLE ((uint32_t)USART_CR2_CLKEN) /*!< USART clock enable … macro
585 ((__CLOCK__) == USART_CLOCK_ENABLE))
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_usart.h307 #define USART_CLOCK_ENABLE USART_CR2_CLKEN /*!< USART clock enable */ macro
828 ((__CLOCK__) == USART_CLOCK_ENABLE))
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_usart.c1859 …((uint32_t)(USART_CLOCK_ENABLE| husart->Init.CLKPolarity | husart->Init.CLKPhase| husart->Init.CLK… in USART_SetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_usart.c2113 tmpreg = (uint32_t)(USART_CLOCK_ENABLE); in USART_SetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_usart.c2968 tmpreg = (uint32_t)(USART_CLOCK_ENABLE); in USART_SetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h1026 #define USART_CLOCK_ENABLED USART_CLOCK_ENABLE
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h939 #define USART_CLOCK_ENABLED USART_CLOCK_ENABLE
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h939 #define USART_CLOCK_ENABLED USART_CLOCK_ENABLE