A device tree token descriptor.
More...
#include <fdt.h>
|
| unsigned int | offset |
| | Offset within structure block.
|
| unsigned int | next |
| | Next offset within structure block.
|
| const char * | name |
| | Node or property name (if applicable)
|
| const void * | data |
| | Property data (if applicable)
|
| size_t | len |
| | Length of property data (if applicable)
|
| int | depth |
| | Depth change.
|
A device tree token descriptor.
Definition at line 121 of file fdt.h.
◆ offset
| unsigned int fdt_descriptor::offset |
Offset within structure block.
Definition at line 123 of file fdt.h.
◆ next
| unsigned int fdt_descriptor::next |
Next offset within structure block.
Definition at line 125 of file fdt.h.
◆ name
| const char* fdt_descriptor::name |
Node or property name (if applicable)
Definition at line 127 of file fdt.h.
◆ data
| const void* fdt_descriptor::data |
Property data (if applicable)
Definition at line 129 of file fdt.h.
◆ len
Length of property data (if applicable)
Definition at line 131 of file fdt.h.
◆ depth
| int fdt_descriptor::depth |
The documentation for this struct was generated from the following file: