4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-14 23:09:34 +08:00

10 lines
184 B
C
Raw Normal View History

2018-12-24 17:17:27 +08:00
#ifndef __SWM320_FLASH_H__
#define __SWM320_FLASH_H__
void FLASH_Erase(uint32_t addr);
void FLASH_Write(uint32_t addr, uint32_t buff[], uint32_t size);
#endif //__SWM320_FLASH_H__