class Properties
Defined at line 535 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h
A view-like object representing a set of properties given by a range within the
structure block of a flattened devicetree.
https://devicetree-specification.readthedocs.io/en/v0.3/flattened-format.html#structure-block
Public Methods
void Properties ()
Defined at line 537 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h
void Properties (const Properties & other)
Defined at line 538 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h
Properties & operator= (const Properties & )
Defined at line 539 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h
void Properties (ByteView property_block, std::string_view string_block)
Constructed from a byte span beginning just after the first internal::FDT_PROP token
in a flattened block of properties (or an otherwise empty one), along with
a string block for property name look-up.
Defined at line 544 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h
void Properties (ByteView property_block, std::string_view string_block)
Constructed from a byte span beginning just after the first internal::FDT_PROP token
in a flattened block of properties (or an otherwise empty one), along with
a string block for property name look-up.
Defined at line 544 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h
void Properties (ByteView property_block, std::string_view string_block)
Constructed from a byte span beginning just after the first internal::FDT_PROP token
in a flattened block of properties (or an otherwise empty one), along with
a string block for property name look-up.
Defined at line 544 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h
void Properties (ByteView property_block, std::string_view string_block)
Constructed from a byte span beginning just after the first internal::FDT_PROP token
in a flattened block of properties (or an otherwise empty one), along with
a string block for property name look-up.
Defined at line 544 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h
iterator begin ()
Defined at line 595 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h
iterator end ()
Defined at line 597 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h