![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <devicetree.h>
Data Fields | |
| uint32_t | token |
| Token (big-endian). | |
| uint32_t | valuelength |
| The length of the property value in bytes. | |
| uint32_t | nameoffset |
| The offset into the strings block of the property name stored as a null-terminated string. | |
| uint8_t | value [1] |
| The property value as an array of bytes of value length. | |
| uint32_t token |
Token (big-endian).
| uint32_t valuelength |
The length of the property value in bytes.
| uint32_t nameoffset |
The offset into the strings block of the property name stored as a null-terminated string.
| uint8_t value[1] |
The property value as an array of bytes of value length.