![]() |
DPU Host API
2025.1.0
|
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 |
Information on a binary embedded in the program with "DPU_INCBIN".
| uint8_t* buffer |
Program bytes.
| const char* path |
Underlying file name for the program, if any.
| size_t size |
Number of bytes in the program.