Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/devices/MCXW727C/drivers/
Dfsl_lpspi_flash.h45 kSize_EraseAll = 0x5, enumerator
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXW716C/drivers/
Dfsl_lpspi_flash.h45 kSize_EraseAll = 0x5, enumerator
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/lpspi/
Dfsl_lpspi_mem_adapter.h67 kSize_EraseAll = 0x5, enumerator
Dfsl_lpspi_nor_flash.c475 status = LPSPI_MemErase(0x0, kSize_EraseAll, blocking, base); in Nor_Flash_Erase_Chip()
Dfsl_lpspi_mem_adapter.c415 if (option == kSize_EraseAll) in LPSPI_MemErase()