Home
last modified time | relevance | path

Searched refs:native_tty_configure_bottom (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/serial/
Duart_native_tty_bottom.h87 int native_tty_configure_bottom(int fd, struct native_tty_bottom_cfg *cfg);
Duart_native_tty_bottom.c196 int native_tty_configure_bottom(int fd, struct native_tty_bottom_cfg *cfg) in native_tty_configure_bottom() function
Duart_native_tty.c175 return native_tty_configure_bottom(fd, &bottom_cfg); in native_tty_configure()