Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c474 config->EEpromSectorSize = FSL_FEATURE_FLASH_EEPROM_BLOCK_SECTOR_SIZE; in FLASH_Init()
730 returnCode = EEPROM_check_range(config, start, lengthInBytes, config->EEpromSectorSize); in FLASH_EraseEEprom()
742 sectorSize = config->EEpromSectorSize; in FLASH_EraseEEprom()
1640 *value = (uint32_t)config->EEpromSectorSize; in FLASH_GetProperty()
Dfsl_flash.h414 uint8_t EEpromSectorSize; /*!< The size in bytes of a sector of EEPROM. */ member