|
Last change
on this file since 26 was
26,
checked in by phkim, 11 years ago
|
- phkim
- 서경방소에서 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 |
|---|
| 7 | extern "C" { |
|---|
| 8 | #endif |
|---|
| 9 | |
|---|
| 10 | int DHL_NVM_FlashGetSize(int flashId); // ¹ÙÀÌÆ® ´ÜÀ§ÀÇ Flash Memory Å©±â¸¦ ¹ÝȯÇÑ´Ù. |
|---|
| 11 | |
|---|
| 12 | DHL_RESULT DHL_NVM_FlashRead(int flashId, UINT32 offset, UINT8 *pBuffer, UINT32 len); // Flash Àбâ |
|---|
| 13 | // ½ÃÀÛ À§Ä¡°¡ 4KB SECTOR´ÜÀ§·Î Á¤·ÄµÇ¾î ½ÃÀÛÇØ¾ß ÇÑ´Ù. |
|---|
| 14 | DHL_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.