program_exec_main Function

C

int32_t program_exec_main(const IMG_MEM_TOPOLOGY ** tops, uint8_t count);

Description

This routine is the entry point for the programming executive. It receives commands from the host, dispatches the command, and then sends response back to the host.

Parameters

Param Description
IMG_MEM_TOPOLOGY tops valid toplogies list
uint8_t count number of valid topologies

Returns

None