Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h491 #define UART_ADVFEATURE_OVERRUN_DISABLE ((uint32_t)USART_CR3_OVRDIS) /*!< RX overrun dis… macro
1284 ((__OVERRUN__) == UART_ADVFEATURE_OVERRUN_DISABLE))
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h593 #define UART_ADVFEATURE_OVERRUN_DISABLE USART_CR3_OVRDIS /*!< RX overrun disable */ macro
1477 ((__OVERRUN__) == UART_ADVFEATURE_OVERRUN_DISABLE))