iflash.h 187 B

12345678
  1. #ifndef __IFLASH_H__
  2. #define __IFLASH_H__
  3. #include <stdio.h>
  4. #include <stdint.h>
  5. int InternalFlash_WriteBuf(const uint8_t* const data, uint32_t length);
  6. #endif /* __IFLASH_H__ */