Searched defs:uart_sam0_dev_data (Results 1 – 1 of 1) sorted by relevance
60 struct uart_sam0_dev_data { struct61 struct uart_config config_cache;63 uart_irq_callback_user_data_t cb;64 void *cb_data;65 uint8_t txc_cache;68 const struct device *dev;69 const struct uart_sam0_dev_cfg *cfg;71 uart_callback_t async_cb;72 void *async_cb_data;74 struct k_work_delayable tx_timeout_work;[all …]