![]() |
![]() |
|
EEPROM Library Overview
1.0.0.x
|
|
Macros | |
| #define | EEPROM_EMULATION_WRITE_OK ((uint32_t) 0x00000000U) |
| Data write is successful. | |
| #define | EEPROM_EMULATION_WRITE_ERROR ((uint32_t) 0x00000001U) |
| Data write failed. | |
| #define | EEPROM_EMULATION_FORMAT_ERROR ((uint32_t) 0x00000010U) |
| Formatting error. | |
| #define | EEPROM_EMULATION_INIT_OK ((uint32_t) 0x00000000U) |
| Initialization is successful. | |
| #define | EEPROM_EMULATION_INIT_ERROR ((uint32_t) 0x00000002U) |
| Initialization failed. | |
These defines are used for the return status of some commands.