dfdutils - Khronos Data Format Descriptor Utilities
For creating and interpreting data format descriptors
 
Loading...
Searching...
No Matches
InterpretedDFDChannel Struct Reference

Interpretation of a channel from the data format descriptor. More...

#include <dfd.h>

Data Fields

uint32_t offset
 
uint32_t size
 

Detailed Description

Interpretation of a channel from the data format descriptor.

Field Documentation

◆ offset

uint32_t InterpretedDFDChannel::offset

Offset in bits for packed, bytes for unpacked.

◆ size

uint32_t InterpretedDFDChannel::size

Size in bits for packed, bytes for unpacked.