Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_DTB_PROPERTY Struct Reference

#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.

Field Documentation

◆ token

uint32_t token

Token (big-endian).

◆ valuelength

uint32_t valuelength

The length of the property value in bytes.

◆ nameoffset

uint32_t nameoffset

The offset into the strings block of the property name stored as a null-terminated string.

◆ value

uint8_t value[1]

The property value as an array of bytes of value length.


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