Home
last modified time | relevance | path

Searched defs:uart (Results 1 – 3 of 3) sorted by relevance

/external/platform/pico/rp2_common/hardware_uart/include/hardware/
A Duart.h100 static inline uint uart_get_index(uart_inst_t *uart) { in uart_get_index()
111 static inline uart_hw_t *uart_get_hw(uart_inst_t *uart) { in uart_get_hw()
254 static inline bool uart_is_enabled(uart_inst_t *uart) { in uart_is_enabled()
285 static inline bool uart_is_writable(uart_inst_t *uart) { in uart_is_writable()
294 static inline void uart_tx_wait_blocking(uart_inst_t *uart) { in uart_tx_wait_blocking()
305 static inline bool uart_is_readable(uart_inst_t *uart) { in uart_is_readable()
355 static inline void uart_putc_raw(uart_inst_t *uart, char c) { in uart_putc_raw()
367 static inline void uart_putc(uart_inst_t *uart, char c) { in uart_putc()
384 static inline void uart_puts(uart_inst_t *uart, const char *s) { in uart_puts()
409 static inline char uart_getc(uart_inst_t *uart) { in uart_getc()
[all …]
/external/platform/pico/rp2_common/hardware_uart/
A Duart.c27 static inline void uart_reset(uart_inst_t *uart) { in uart_reset()
32 static inline void uart_unreset(uart_inst_t *uart) { in uart_unreset()
39 uint uart_init(uart_inst_t *uart, uint baudrate) { in uart_init()
68 void uart_deinit(uart_inst_t *uart) { in uart_deinit()
73 static uint32_t uart_disable_before_lcr_write(uart_inst_t *uart) { in uart_disable_before_lcr_write()
128 uint uart_set_baudrate(uart_inst_t *uart, uint baudrate) { in uart_set_baudrate()
156 void uart_set_format(uart_inst_t *uart, uint data_bits, uint stop_bits, uart_parity_t parity) { in uart_set_format()
172 void uart_set_fifo_enabled(uart_inst_t *uart, bool enabled) { in uart_set_fifo_enabled()
183 void uart_set_break(uart_inst_t *uart, bool en) { in uart_set_break()
194 void uart_set_translate_crlf(uart_inst_t *uart, bool crlf) { in uart_set_translate_crlf()
[all …]
/external/platform/pico/rp2_common/pico_stdio_uart/
A Dstdio_uart.c76 void stdio_uart_init_full(struct uart_inst *uart, uint baud_rate, int tx_pin, int rx_pin) { in stdio_uart_init_full()

Completed in 6 milliseconds