Module tree

Source
Expand description

Contains the structures that represent the device tree.

Structs§

DTInfo
The device tree info as specified by the Device Tree Specification. Includes the reserved memory info, the boot CPU ID, and the root node of the tree. The root node may not include any changes made by node specifications listed after the root node. These amendments are returned separately. See parser::parse_dt.
ReserveInfo
Stores the information from a /memreserve/ statement.

Enums§

Cell
A cell that can hold either a number or a reference to another object.
Data
Data that properties might contain.
Node
A node in the device tree.
NodeName
A name of a node, either as a reference or a full path.
Property
A property of a node.

Traits§

Labeled
Trait applied to all data structures in a device tree that can have a label/alias.
Offset
Trait for objects that track their starting offset from within the global buffer.