Searched refs:EEPROM_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
42 #define EEPROM_BLOCK_SIZE (8U * EEPROM_PAGE_SIZE) macro152 startBlk = addre / EEPROM_BLOCK_SIZE; in EEPROM_PrepareForWrite()153 endBlk = (addre + noOfBytes) / EEPROM_BLOCK_SIZE; in EEPROM_PrepareForWrite()155 if (0U != ((addre + noOfBytes) % EEPROM_BLOCK_SIZE)) in EEPROM_PrepareForWrite()164 (void)EEPROM_EraseBlock(i * EEPROM_BLOCK_SIZE, EEPROM_BLOCK_SIZE); in EEPROM_PrepareForWrite()310 case EEPROM_BLOCK_SIZE: in EEPROM_EraseBlock()
39 #define EEPROM_BLOCK_SIZE (8U * EEPROM_PAGE_SIZE) macro