BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
norflash.h
Go to the documentation of this file.
1 #ifndef __NORFLASH_H
2 #define __NORFLASH_H
3 
4 int UnlockAllBlks(void);
5 int ChkNorFlash(void);
6 void ProgNorFlash(U32 addr, U32 src, U32 len);
7 
8 
9 #endif