Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_altera.c44 #define ALTERA_AVALON_UART_STATUS_BRK_MSK (0x4) macro
269 if (data->status_act & ALTERA_AVALON_UART_STATUS_BRK_MSK) { in uart_altera_err_check()