mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-14 23:09:34 +08:00
10 lines
184 B
C
10 lines
184 B
C
|
#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__
|