[][src]Module fdt_rs::spec

This module provides definitions of structures 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).

Type Definitions

Phandle

Definition of the parsed phandle (a native machine number)