Home
last modified time | relevance | path

Searched refs:UART_HALF_DUPLEX_DISABLE (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h408 #define UART_HALF_DUPLEX_DISABLE ((uint32_t)0x00000000U) /*!< UART half-… macro
1209 #define IS_UART_HALF_DUPLEX(__HDSEL__) (((__HDSEL__) == UART_HALF_DUPLEX_DISABLE) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h510 #define UART_HALF_DUPLEX_DISABLE 0x00000000U /*!< UART half-duplex disab… macro
1402 #define IS_UART_HALF_DUPLEX(__HDSEL__) (((__HDSEL__) == UART_HALF_DUPLEX_DISABLE) || \