struct Node

Defined at line 134 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h

Represents the node name of a devicetree. This has the same API as

std::string_view and is meant to be used the same way. It requires its own

type solely to enable use of the fbl intrusive containers with on-stack

elements to avoid dynamic allocation.

Public Methods

void Node (std::string_view name)

Defined at line 136 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h

void Node (std::string_view name)

Defined at line 136 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h

std::string_view name ()

See

https://devicetree-specification.readthedocs.io/en/v0.3/devicetree-basics.html#node-name-requirements

for specification and definition of name and unit address.

Defined at line 141 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h

std::string_view address ()

See

https://devicetree-specification.readthedocs.io/en/v0.3/devicetree-basics.html#node-name-requirements

for specification and definition of name and unit address.

Defined at line 149 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h