Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_uart/
A Duart.c58 hw_set_bits(&uart_get_hw(uart)->lcr_h, UART_UARTLCR_H_FEN_BITS); in uart_init()
177 lcr_h_fen_bits = UART_UARTLCR_H_FEN_BITS; in uart_set_fifo_enabled()
180 uart_write_lcr_bits_masked(uart, lcr_h_fen_bits, UART_UARTLCR_H_FEN_BITS); in uart_set_fifo_enabled()
/external/platform/pico/rp2040/hardware_regs/include/hardware/regs/
A Duart.h324 #define UART_UARTLCR_H_FEN_BITS _u(0x00000010) macro

Completed in 7 milliseconds