Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.c903 uint32_t numberOfPhrases; in FTFx_CMD_VerifyErase() local
913 numberOfPhrases = verifyLength / aligmentInBytes; in FTFx_CMD_VerifyErase()
917 kFCCOBx[1] = BYTE2WORD_2_1_1(numberOfPhrases, margin, 0xFFU); in FTFx_CMD_VerifyErase()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c1442 uint32_t numberOfPhrases; in FLASH_VerifyErase() local
1448 numberOfPhrases = verifyLength >> flashOperationInfo.sectionCmdAddressAligment; in FLASH_VerifyErase()
1480 flash_set_command(2UL, numberOfPhrases, numberOfPhrases >> 8UL); in FLASH_VerifyErase()