Data Fields

ECPY_CfgParams Struct Reference
[ECPY (C64P)]

The module configuration structure for ECPY. It is set at design time by the system integrator to register customize memory allocation/free implementations. More...

#include <ecpy.h>

Data Fields

ECPY_PersistentAllocFxnallocFxn
 Memory allocation function for all ECPY memory requirements.
ECPY_PersistentFreeFxnfreeFxn
 Memory free function for all ECPY memory requirements.
ECPY_ScratchAllocFxnscratchAllocFxn
 Scratch Memory allocation function for all shared scratch ECPY handle state.
ECPY_ScratchFreeFxnscratchFreeFxn
 Scratch Memory free function for all scratch allocated memory in ECPY Handle.
ECPY_getScratchIdFxngetScratchIdFxn
 Function, when supplied, returns the scratchId associated with the algorithm instance whose handle is passed.

Detailed Description

The module configuration structure for ECPY. It is set at design time by the system integrator to register customize memory allocation/free implementations.

Remarks:
Typically, system integrators configure these settings using XDC config scripts. System integrators that use that method of configuration can ignore this structure definition. It's auto-generated during the config step by the XDC Tools.

Field Documentation

Memory allocation function for all ECPY memory requirements.

Memory free function for all ECPY memory requirements.

Scratch Memory allocation function for all shared scratch ECPY handle state.

Scratch Memory free function for all scratch allocated memory in ECPY Handle.

Function, when supplied, returns the scratchId associated with the algorithm instance whose handle is passed.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2012, Texas Instruments Incorporated