Home
last modified time | relevance | path

Searched refs:EEPROM_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/extern_flash/
Dfsl_adapter_eeprom_AT45DBxxxx.c42 #define EEPROM_BLOCK_SIZE (8U * EEPROM_PAGE_SIZE) macro
152 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()
Dfsl_adapter_eeprom_AT25Fxxxx.c39 #define EEPROM_BLOCK_SIZE (8U * EEPROM_PAGE_SIZE) macro