Searched refs:aligmentInBytes (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/ |
D | fsl_ftfx_controller.c | 335 uint8_t aligmentInBytes; in FTFx_CMD_EraseSectorNonBlocking() local 337 aligmentInBytes = config->opsConfig.addrAligment.sectorCmd; in FTFx_CMD_EraseSectorNonBlocking() 340 returnCode = ftfx_check_mem_range(config, start, lengthInBytes, aligmentInBytes); in FTFx_CMD_EraseSectorNonBlocking() 591 uint8_t aligmentInBytes = config->opsConfig.addrAligment.sectionCmd; in FTFx_CMD_ProgramSection() local 603 returnCode = ftfx_check_mem_range(config, start, lengthInBytes, aligmentInBytes); in FTFx_CMD_ProgramSection() 668 numberOfPhases = programSizeOfCurrentPass / aligmentInBytes; in FTFx_CMD_ProgramSection() 812 uint8_t aligmentInBytes = config->opsConfig.addrAligment.resourceCmd; in FTFx_CMD_ReadResource() local 815 …returnCode = ftfx_check_resource_range(config, readstart, readlengthBytes, aligmentInBytes, option… in FTFx_CMD_ReadResource() 825 if (aligmentInBytes == 4U) in FTFx_CMD_ReadResource() 829 else if (aligmentInBytes == 8U) in FTFx_CMD_ReadResource() [all …]
|