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

#include <ofw_fdt.h>

成员变量

char * name
 
char * type
 
char * compatible
 
rt_err_t(* setup )(struct rt_fdt_earlycon *earlycon, const char *options)
 

详细描述

在文件 ofw_fdt.h37 行定义.

结构体成员变量说明

◆ name

char* rt_fdt_earlycon_id::name

在文件 ofw_fdt.h39 行定义.

◆ type

char* rt_fdt_earlycon_id::type

在文件 ofw_fdt.h40 行定义.

◆ compatible

char* rt_fdt_earlycon_id::compatible

在文件 ofw_fdt.h41 行定义.

◆ setup

rt_err_t(* rt_fdt_earlycon_id::setup) (struct rt_fdt_earlycon *earlycon, const char *options)

在文件 ofw_fdt.h42 行定义.