flash.h

来自「嵌入式mp3解码程序」· C头文件 代码 · 共 9 行

H
9
字号
#ifndef _FLASH_H#define _FLASH_Hint ReadID(tUartHandle serial_handle, UINT32 base, UINT8* pManufacturerID, UINT8* pDeviceID);int EraseSector(tUartHandle serial_handle, UINT32 address);int EraseChip(tUartHandle serial_handle, UINT32 base);int ProgramBytes(tUartHandle serial_handle, UINT32 address, UINT8* pData, UINT32 size);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?