Home
last modified time | relevance | path

Searched refs:z_impl_uart_poll_out (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/serial/
Duart_handlers.c49 z_impl_uart_poll_out((const struct device *)dev, out_char); in z_vrfy_uart_poll_out()
/Zephyr-latest/include/zephyr/drivers/uart/
Duart_internal.h182 static inline void z_impl_uart_poll_out(const struct device *dev, unsigned char out_char) in z_impl_uart_poll_out() function