# wifiiot\_flash.h ## **Overview** **Related Modules:** [Wifiiot](Wifiiot.md) **Description:** Declares the flash interface functions. These functions are used to initialize or deinitialize a flash device, and read data from or write data to a flash memory. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Functions
FlashRead (const unsigned int flashOffset, const unsigned int size, unsigned char *ramData) |
|
FlashWrite (const unsigned int flashOffset, unsigned int size, const unsigned char *ramData, unsigned char doErase) |
|
FlashErase (const unsigned int flashOffset, const unsigned int size) |
|
FlashInit (void) |
|
FlashDeinit (void) |