Home
last modified time | relevance | path

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

/lk-master/external/platform/pico/rp2_common/hardware_uart/include/hardware/
A Duart.h400 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()
/lk-master/external/platform/pico/rp2040/hardware_regs/include/hardware/regs/
A Duart.h370 #define UART_UARTLCR_H_BRK_BITS 0x00000001 macro

Completed in 9 milliseconds