Home
last modified time | relevance | path

Searched refs:disable_rx (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/uart/include/aos/
A Dtty_core.h47 void (*disable_rx)(aos_tty_t *); member
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty.c91 tty->ops->disable_rx(tty); in set_attr_nonblock()
115 tty->ops->disable_rx(tty); in set_attr_nonblock()
616 tty->ops->disable_rx(tty); in dev_tty_put()
645 !tty->ops->enable_rx || !tty->ops->disable_rx || !tty->ops->start_tx || !tty->ops->stop_tx) in aos_tty_register()
A Dtty_csi.c355 .disable_rx = tty_csi_disable_rx,
/AliOS-Things-master/hardware/chip/haas1000/csi/
A Duart.c298 .disable_rx = tty_uart_disable_rx,
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/uart/
A Duart.c813 .disable_rx = uart_disable_rx,

Completed in 8 milliseconds