RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <rtthread.h>
结构体 | |
struct | serial_configure |
struct | rt_serial_rx_fifo |
struct | rt_serial_tx_fifo |
struct | rt_serial_device |
struct | rt_uart_ops |
类型定义 | |
typedef void(* | rt_hw_serial_rxind_hookproto_t) (rt_device_t dev, rt_size_t size) |
函数 | |
RT_OBJECT_HOOKLIST_DECLARE (rt_hw_serial_rxind_hookproto_t, rt_hw_serial_rxind) | |
void | rt_hw_serial_isr (struct rt_serial_device *serial, int event) |
rt_err_t | rt_hw_serial_register (struct rt_serial_device *serial, const char *name, rt_uint32_t flag, void *data) |
rt_err_t | rt_hw_serial_register_tty (struct rt_serial_device *serial) |