Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_flash.c1192 uint32_t pflashSectorCmdAlignment; /* store P-Flash Erase sector command address alignment */ in flash_opsonfig_Init() local
1203 pflashSectorCmdAlignment = FLASH1_FEATURE_PFLASH_SECTOR_CMD_ADDRESS_ALIGMENT; in flash_opsonfig_Init()
1216 pflashSectorCmdAlignment = FLASH0_FEATURE_PFLASH_SECTOR_CMD_ADDRESS_ALIGMENT; in flash_opsonfig_Init()
1247 …onfig->ftfxConfig[flashIndex].opsConfig.addrAligment.sectorCmd = (uint8_t)pflashSectorCmdAlignment; in flash_opsonfig_Init()