WRITE_IN_VALID_PAGE is only used within EEPROM_Emulation.
 
Symbols
loading...
Files
loading...

WRITE_IN_VALID_PAGE macro

Syntax

#define WRITE_IN_VALID_PAGE ((uint8_t)0x01)

References

LocationText
eeprom.h:69
#define WRITE_IN_VALID_PAGE ((uint8_t)0x01)
eeprom.c:494
case WRITE_IN_VALID_PAGE: /* ---- Write operation ---- */
eeprom.c:560
ValidPage = EE_FindValidPage(WRITE_IN_VALID_PAGE);