source: svn/newcon3bcm2_21bu/dst/dhl/api/include/DHL_NVM.h @ 22

Last change on this file since 22 was 22, checked in by phkim, 11 years ago
  1. phkim
  2. newcon3sk 를 kctv 로 브랜치 함
  • Property svn:executable set to *
File size: 559 bytes
Line 
1#ifndef __DHL_NVM_API_H__
2#define __DHL_NVM_API_H__
3
4#include "DHL_Types.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10int DHL_NVM_FlashGetSize(int flashId); // ¹ÙÀÌÆ® ´ÜÀ§ÀÇ Flash Memory Å©±â¸¦ ¹ÝȯÇÑ´Ù.
11
12DHL_RESULT DHL_NVM_FlashRead(int flashId, UINT32 offset, UINT8 *pBuffer, UINT32 len); // Flash Àбâ
13// ½ÃÀÛ À§Ä¡°¡ 4KB SECTOR´ÜÀ§·Î Á¤·ÄµÇ¾î ½ÃÀÛÇØ¾ß ÇÑ´Ù.
14DHL_RESULT DHL_NVM_FlashWrite(int flashId, UINT32 offset, UINT8 *pBuffer, UINT32 len); // Flash ¾²±â
15
16#ifdef __cplusplus
17} /* extern "C" */
18#endif
19
20#endif  /* __DHL_NVM_API_H__ */
Note: See TracBrowser for help on using the repository browser.