RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_serial_device结构体 参考

#include <dev_serial.h>

成员变量

struct rt_device parent
 
const struct rt_uart_opsops
 
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.h256 行定义.

结构体成员变量说明

◆ parent

struct rt_device rt_serial_device::parent

在文件 dev_serial.h258 行定义.

◆ ops

const struct rt_uart_ops * rt_serial_device::ops

在文件 dev_serial.h260 行定义.

◆ config

struct serial_configure rt_serial_device::config

在文件 dev_serial.h261 行定义.

◆ serial_rx

void * rt_serial_device::serial_rx

在文件 dev_serial.h263 行定义.

◆ serial_tx

void * rt_serial_device::serial_tx

在文件 dev_serial.h264 行定义.

◆ spinlock

struct rt_spinlock rt_serial_device::spinlock

在文件 dev_serial.h266 行定义.

◆ rx_notify

struct rt_device_notify rt_serial_device::rx_notify

在文件 dev_serial.h270 行定义.