宏定义 |
| #define | KSJ_API __declspec(dllimport) |
枚举 |
| enum | KSJ_EEPROM_TYPE { KSJ_24LC64,
KSJ_24LC1024,
KSJ_24LC128
} |
| | EEPROM型号的枚举类型定义.
更多...
|
函数 |
| KSJ_API int __stdcall | KSJ_EEPROMTypeGet (int nIndex, KSJ_EEPROM_TYPE *pType) |
| | KSJ_EEPROMTypeGet.
|
| KSJ_API int __stdcall | KSJ_WrEEPROM (int nIndex, unsigned short uRomAdress, unsigned char btValue) |
| | KSJ_WrEEPROM.
|
| KSJ_API int __stdcall | KSJ_RdEEPROM (int nIndex, unsigned short uRomAdress, unsigned char *pbtValue) |
| | KSJ_RdEEPROM.
|
| KSJ_API int __stdcall | KSJ_WrEEPROMEx (int nIndex, unsigned long ulRomAdress, unsigned char btValue) |
| | KSJ_WrEEPROMEx.
|
| KSJ_API int __stdcall | KSJ_RdEEPROMEx (int nIndex, unsigned long ulRomAdress, unsigned char *pbtValue) |
| | KSJ_RdEEPROMEx.
|
| KSJ_API int __stdcall | KSJ_WrEEPROMExEx (int nIndex, unsigned long ulRomAdress, unsigned char *pData, int nBytes) |
| | KSJ_WrEEPROMExEx.
|
| KSJ_API int __stdcall | KSJ_RdEEPROMExEx (int nIndex, unsigned long ulRomAdress, int nBytes, unsigned char *pData) |
| | KSJ_RdEEPROMExEx.
|
| KSJ_API int __stdcall | KSJ_WrEEPROMExExSafe (int nIndex, unsigned long ulRomAdress, unsigned char *pData, int nBytes) |
| | KSJ_WrEEPROMExExSafe.
|