Home
last modified time | relevance | path

Searched refs:UART_STATE_ENABLE (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h223 #define UART_STATE_ENABLE ((uint32_t)USART_CR1_UE) macro
633 ((STATE) == UART_STATE_ENABLE))
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h326 #define UART_STATE_ENABLE ((uint32_t)USART_CR1_UE) /*!< UART enabled */ macro
1136 ((__STATE__) == UART_STATE_ENABLE))
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h406 #define UART_STATE_ENABLE USART_CR1_UE /*!< UART enabled */ macro
1329 ((__STATE__) == UART_STATE_ENABLE))