DPU Host API  2025.1.0
dpu_incbin_t Struct Reference

Information on a binary embedded in the program with "DPU_INCBIN". More...

#include <dpu_types.h>

Data Fields

uint8_t * buffer
 
size_t size
 
const char * path
 

Detailed Description

Information on a binary embedded in the program with "DPU_INCBIN".

Field Documentation

◆ buffer

uint8_t* buffer

Program bytes.

◆ path

const char* path

Underlying file name for the program, if any.

◆ size

size_t size

Number of bytes in the program.


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