[][src]Module fdt_rs::spec

Definitions of structs and enums from the device tree specification.

Structs

fdt_header

The fdt_header (Flattened Device Tree Header) as described by the specification

fdt_prop_header

The fdt_prop_header (Flattened Device Tree Property header) as described by the specification

fdt_reserve_entry

Enums

FdtTok

An enumeration of the tokens used to separate sections within the dt_struct section of the FDT.

Constants

FDT_MAGIC

Magic number used to denote the beginning of a device tree (as a native machine number).

MAX_NODE_NAME_LEN

Maximum length of a device tree node name (including null byte)

Type Definitions

Phandle

Definition of the parsed phandle as a native machine number