Searched defs:uart (Results 1 – 7 of 7) sorted by relevance
105 static void hal_uart_init_reg_base(uart_bus_t uart) in hal_uart_init_reg_base()111 static errcode_t hal_uart_v151_init(uart_bus_t uart, hal_uart_callback_t callback, const hal_uart_p… in hal_uart_v151_init()283 static errcode_t hal_uart_v151_deinit(uart_bus_t uart) in hal_uart_v151_deinit()294 void hal_uart_set_fifo_en(uart_bus_t uart, hal_uart_fifo_t fifo) in hal_uart_set_fifo_en()301 void hal_uart_init_fifo(uart_bus_t uart, hal_uart_fifo_int_lvl_t rx_level, hal_uart_fifo_int_lvl_t … in hal_uart_init_fifo()315 uint16_t hal_uart_get_fifo_depth(uart_bus_t uart) in hal_uart_get_fifo_depth()323 uint16_t hal_uart_get_rx_fifo_level(uart_bus_t uart) in hal_uart_get_rx_fifo_level()341 volatile uint32_t *hal_uart_get_data_register(uart_bus_t uart) in hal_uart_get_data_register()346 uint32_t hal_uart_get_error_status(uart_bus_t uart) in hal_uart_get_error_status()351 bool hal_uart_get_error_status_parity(uart_bus_t uart) in hal_uart_get_error_status_parity()[all …]
354 static inline bool hal_uart_get_cpr_shadow(uart_bus_t uart) in hal_uart_get_cpr_shadow()359 static inline uint16_t hal_uart_get_cpr_fifo_mode(uart_bus_t uart) in hal_uart_get_cpr_fifo_mode()364 static inline uint16_t hal_uart_get_cpr_afce_mode(uart_bus_t uart) in hal_uart_get_cpr_afce_mode()369 static inline uint16_t hal_uart_get_cpr_apb_data_width(uart_bus_t uart) in hal_uart_get_cpr_apb_data_width()374 static inline uint16_t hal_uart_get_cpr_dma_extra(uart_bus_t uart) in hal_uart_get_cpr_dma_extra()
44 void hal_uart_specific_reset_uart(uart_bus_t uart) in hal_uart_specific_reset_uart()
202 void uart_port_set_pending_irq(uart_bus_t uart) in uart_port_set_pending_irq()420 void hal_uart_clear_pending(uart_bus_t uart) in hal_uart_clear_pending()
915 struct uart_8250_port *uart; in serial8250_register_8250_port() local1085 struct uart_8250_port uart; in serial8250_probe() local1202 struct uart_8250_port *uart = &serial8250_ports[line]; in serial8250_unregister_port() local
59 unsigned int uart; member309 static inline int fintek_8250_probe(struct uart_8250_port *uart) in fintek_8250_probe()
496 struct uart_8250_port uart = {}, *up = &uart; in dw8250_probe() local