Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.c274 uint32_t eraseStart; in FTFx_CMD_Erase() local
290 eraseStart = config->opsConfig.convertedAddress; in FTFx_CMD_Erase()
294 endAddress = eraseStart + lengthInBytes - 1U; in FTFx_CMD_Erase()
306 while (eraseStart <= endAddress) in FTFx_CMD_Erase()
309 kFCCOBx[0] = BYTE2WORD_1_3(FTFx_ERASE_SECTOR, eraseStart); in FTFx_CMD_Erase()
322 eraseStart += sectorSize; in FTFx_CMD_Erase()
334 uint32_t eraseStart; in FTFx_CMD_EraseSectorNonBlocking() local
352 eraseStart = config->opsConfig.convertedAddress; in FTFx_CMD_EraseSectorNonBlocking()
355 kFCCOBx[0] = BYTE2WORD_1_3(FTFx_ERASE_SECTOR, eraseStart); in FTFx_CMD_EraseSectorNonBlocking()