Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/serial/
Duart_async_to_irq.h167 struct uart_async_to_irq_async_api { struct
168 int (*callback_set)(const struct device *dev,
172 int (*tx)(const struct device *dev, const uint8_t *buf, size_t len,
174 int (*tx_abort)(const struct device *dev);
176 int (*rx_enable)(const struct device *dev, uint8_t *buf, size_t len,
178 int (*rx_buf_rsp)(const struct device *dev, uint8_t *buf, size_t len);
179 int (*rx_disable)(const struct device *dev);