Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mcxa/
Dmflash_drv.c19 static uint32_t pflashPageSize; variable
50 …= FLASH_API->flash_get_property(&g_flash_instance, kFLASH_PropertyPflashPageSize, &pflashPageSize); in mflash_drv_init()
56 if ((pflashSectorSize != MFLASH_SECTOR_SIZE) || (pflashPageSize != MFLASH_PAGE_SIZE)) in mflash_drv_init()