![]() |
NHS31xx storage - Maximizing storage for equisized samples
|
Go to the source code of this file.
Typedefs | |
typedef int(* | pStorage_CompressCb_t) (int eepromByteOffset, int bitCount, void *pOut) |
typedef int(* | pStorage_DecompressCb_t) (const uint8_t *pData, int bitCount, void *pOut) |
Functions | |
void | Storage_Init (void) |
void | Storage_DeInit (void) |
int | Storage_GetCount (void) |
void | Storage_Reset (bool checkFlash) |
int | Storage_Write (STORAGE_TYPE *pSamples, int n) |
bool | Storage_Seek (int n) |
int | Storage_Read (STORAGE_TYPE *pSamples, int n) |