Searched refs:UART_UARTLCR_H_BRK_BITS (Results 1 – 2 of 2) sorted by relevance
400 hw_set_bits(&uart_get_hw(uart)->lcr_h, UART_UARTLCR_H_BRK_BITS); in uart_set_break()402 hw_clear_bits(&uart_get_hw(uart)->lcr_h, UART_UARTLCR_H_BRK_BITS); in uart_set_break()
370 #define UART_UARTLCR_H_BRK_BITS 0x00000001 macro
Completed in 9 milliseconds