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

#include <rtdef.h>

成员变量

void(* notify )(rt_device_t dev)
 
struct rt_devicedev
 

详细描述

Notify structure

在文件 rtdef.h1426 行定义.

结构体成员变量说明

◆ notify

void(* rt_device_notify::notify) (rt_device_t dev)

在文件 rtdef.h1428 行定义.

◆ dev

struct rt_device* rt_device_notify::dev

在文件 rtdef.h1429 行定义.