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

#include <phye.h>

成员变量

struct rt_devicedev
 
const struct rt_phye_opsops
 
int init_count
 
int power_count
 
struct rt_spinlock lock
 

详细描述

在文件 phye.h50 行定义.

结构体成员变量说明

◆ dev

struct rt_device* rt_phye::dev

在文件 phye.h52 行定义.

◆ ops

const struct rt_phye_ops* rt_phye::ops

在文件 phye.h54 行定义.

◆ init_count

int rt_phye::init_count

在文件 phye.h56 行定义.

◆ power_count

int rt_phye::power_count

在文件 phye.h57 行定义.

◆ lock

struct rt_spinlock rt_phye::lock

在文件 phye.h58 行定义.