Searched defs:uart_ns16550_dev_data (Results 1 – 1 of 1) sorted by relevance
360 struct uart_ns16550_dev_data { struct362 struct uart_config uart_config;363 struct k_spinlock lock;364 uint8_t fifo_size;367 uint8_t iir_cache; /**< cache of IIR since it clears when read */368 uart_irq_callback_user_data_t cb; /**< Callback function pointer */369 void *cb_data; /**< Callback function arg */373 uint8_t dlf; /**< DLF value */377 bool tx_stream_on;381 uint64_t phys_addr;[all …]