Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c716 uint32_t alginedSize; in EE_CopyRecord() local
721 alginedSize = handle->eeDataValueSize - (handle->eeDataValueSize % handle->ftfxProgramSize); in EE_CopyRecord()
722 …remainingSize = handle->eeSectorRecordLength - alginedSize - handle->ftfxProgramSize - handle->com… in EE_CopyRecord()
727 alginedSize = handle->eeSectorRecordLength; in EE_CopyRecord()
733 returnCode = EE_MultiProgram(handle, g_freeSpaceAddress, alginedSize, (uint8_t *)address); in EE_CopyRecord()
739 … returnCode = EE_MultiProgram(handle, g_freeSpaceAddress + alginedSize + handle->ftfxProgramSize, in EE_CopyRecord()
752 …returnCode = EE_MultiProgram(handle, g_freeSpaceAddress + alginedSize, handle->ftfxProgramSize, re… in EE_CopyRecord()
2115 uint32_t alginedSize; in EE_WriteData() local
2127 alginedSize = handle->eeDataValueSize - (handle->eeDataValueSize % handle->ftfxProgramSize); in EE_WriteData()
2128 …remainingSize = handle->eeSectorRecordLength - alginedSize - handle->ftfxProgramSize - handle->com… in EE_WriteData()
[all …]