py-dtbindings  1.4.1
This python "lib" aim is to extract devicetree bindings informations.
bindings.Prop Class Reference

This NamedTuple represent a single property and its value(s) More...

Inheritance diagram for bindings.Prop:
Collaboration diagram for bindings.Prop:

Public Member Functions

def __str__ (self)
 

Detailed Description

This NamedTuple represent a single property and its value(s)

As NamedTuple var can't be detected by doxygen, here it's how it work:
Prop is like a C struct, with 2 field:

  • Prop.name -> The name of the property
  • Prop.value -> Value(s) of the property

The documentation for this class was generated from the following file: