Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/extern_flash/
Dfsl_adapter_eeprom_AT25Fxxxx.c40 #define EEPROM_PAGE_MASK (EEPROM_PAGE_SIZE - 1U) macro
230 while ((addr2eeprom & EEPROM_PAGE_MASK) + noOfBytes > EEPROM_PAGE_MASK) in EEPROM_WriteData()
232 uint32_t bytes = EEPROM_PAGE_SIZE - (addr2eeprom & EEPROM_PAGE_MASK); in EEPROM_WriteData()
Dfsl_adapter_eeprom_AT45DBxxxx.c43 #define EEPROM_PAGE_MASK (EEPROM_PAGE_SIZE - 1U) macro
353 while ((addr2eeprom & EEPROM_PAGE_MASK) + noOfBytes > EEPROM_PAGE_MASK) in EEPROM_WriteData()
355 uint32_t bytes = EEPROM_PAGE_SIZE - (addr2eeprom & EEPROM_PAGE_MASK); in EEPROM_WriteData()