RTEMS  5.0.0
Data Fields
rtems_fdt_blob Struct Reference

Data Fields

rtems_chain_node node
 
const void * blob
 
const char * name
 
int refs
 
rtems_fdt_index index
 

Detailed Description

A blob descriptor.

Field Documentation

◆ blob

const void* rtems_fdt_blob::blob

The FDT blob.

◆ index

rtems_fdt_index rtems_fdt_blob::index

The index used for quick access to items in the blob.

◆ name

const char* rtems_fdt_blob::name

The name of the blob.

◆ node

rtems_chain_node rtems_fdt_blob::node

The node's link in the chain.

◆ refs

int rtems_fdt_blob::refs

The number of active references of the blob.


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