RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <dev_serial.h>
成员变量 | |
struct rt_device | parent |
const struct rt_uart_ops * | ops |
struct serial_configure | config |
void * | serial_rx |
void * | serial_tx |
struct rt_spinlock | spinlock |
struct rt_device_notify | rx_notify |
serial device structure
在文件 dev_serial.h 第 256 行定义.
struct rt_device rt_serial_device::parent |
在文件 dev_serial.h 第 258 行定义.
const struct rt_uart_ops * rt_serial_device::ops |
在文件 dev_serial.h 第 260 行定义.
struct serial_configure rt_serial_device::config |
在文件 dev_serial.h 第 261 行定义.
void * rt_serial_device::serial_rx |
在文件 dev_serial.h 第 263 行定义.
void * rt_serial_device::serial_tx |
在文件 dev_serial.h 第 264 行定义.
struct rt_spinlock rt_serial_device::spinlock |
在文件 dev_serial.h 第 266 行定义.
struct rt_device_notify rt_serial_device::rx_notify |
在文件 dev_serial.h 第 270 行定义.