45#ifndef PTXNSC_DOWNLOAD_H_
46#define PTXNSC_DOWNLOAD_H_
uint16_t ptxStatus_t
Status Type.
Definition ptx_Status.h:82
ptxStatus_t ptxNSC_Download_CheckImageFormat(ptxNSC_t *nscCtx, uint8_t *fwImageBuf, size_t fwImageLen, size_t *numEntries, size_t *indexOfPayload)
Check that the fw image has proper format.
ptxStatus_t ptxNSC_Download_WriteCode(ptxNSC_t *nscCtx, uint8_t *fwImageBuf, size_t fwImageLen, size_t num_addresses, size_t index_addresses)
Process and Download the fw image to the chip.
struct ptxNSC_Download ptxNSC_Download_t
Definition ptxNSC_Download.h:62
uint8_t * ValuesToWrite
Definition ptxNSC_Download.h:63
uint16_t * Addresses
Definition ptxNSC_Download.h:64
size_t NumberOfAddresses
Definition ptxNSC_Download.h:65
Definition ptxNSC_Interface.h:152