RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <ofw_fdt.h>
成员变量 | ||
union { | ||
rt_ubase_t mmio | ||
rt_ubase_t port | ||
}; | ||
union { | ||
rt_ubase_t size | ||
rt_ubase_t width | ||
}; | ||
void * | fdt | |
char | options [32] | |
long | nodeoffset | |
void * | data | |
void(* | console_putc )(void *data, char c) | |
void(* | console_kick )(struct rt_fdt_earlycon *earlycon, int why) | |
long | msg_idx | |
char | msg [RT_FDT_EARLYCON_MSG_SIZE *1024] | |
rt_ubase_t rt_fdt_earlycon::mmio |
rt_ubase_t rt_fdt_earlycon::port |
union { ... } rt_fdt_earlycon |
rt_ubase_t rt_fdt_earlycon::size |
rt_ubase_t rt_fdt_earlycon::width |
union { ... } rt_fdt_earlycon |
void(* rt_fdt_earlycon::console_kick) (struct rt_fdt_earlycon *earlycon, int why) |