Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/serial/
Dserial_test.c161 static int fifo_fill(const struct device *dev, const uint8_t *tx_data, int size) in fifo_fill() function
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Duart.h384 int (*fifo_fill)(const struct device *dev, const uint8_t *tx_data, member