Searched defs:uart_emul_data (Results 1 – 1 of 1) sorted by relevance
33 struct uart_emul_data { struct35 sys_slist_t emuls;37 const struct device *dev;39 struct uart_config cfg;40 int errors;42 struct ring_buf *rx_rb;43 struct k_spinlock rx_lock;45 uart_emul_callback_tx_data_ready_t tx_data_ready_cb;46 void *user_data;48 struct ring_buf *tx_rb;[all …]