...
Code Block |
---|
typedef struct _ModuleFFSWrapper { ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure INT32 isFFSValid; // Internal flag to control FFS bin file handling (used only for Native-PC targets) INT32 FFSFileNameLength; // Length of the FFS file path (used only for Native-PC targets) INT32* FFSFileName; // Name and path of the AWE Flash File System (.bin) file (used only for Native-PC targets) INT32* FFSInstance; // AWE Flash File System instance structure UINT32 * FFSStartAddrPtr; // AWE Flash File System start address in RAM UINT32 * FFSInstancePtr; // AWE Flash File System instance pointer } ModuleFFSWrapperClass; |
Variables
Properties
Name | Type | Usage | isHidden | Default value | Range | Units |
isFFSValid | int | state | 1 | 1 | Unrestricted | |
FFSFileNameLength | int | const | 1 | 1 | Unrestricted | |
FFSFileName | int* | parameter | 1 | [40 x 1] | Unrestricted | |
FFSInstance | int* | state | 1 | [1 x 1] | Unrestricted | |
FFSStartAddrPtr | UINT32 * | state | 1 | Unrestricted | ||
FFSInstancePtr | UINT32 * | state | 1 | Unrestricted |
Pins
Input Pins
Name: FFSStartAddr
...