Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c371 norFlashStatusRegInfo.wipLocation = wipInfo.location; in XSPI_NOR_SetNorFlashDeviceConfig()
1674 …(((1U << ptrXspiMemNorHandle->norFlashStatusRegInfo.wipLocation) & readBuffer) != 0x0U) ? false : … in Nor_Flash_Is_Busy()
1679 …(((1U << ptrXspiMemNorHandle->norFlashStatusRegInfo.wipLocation) & readBuffer) != 0x0U) ? true : f… in Nor_Flash_Is_Busy()
/hal_nxp-latest/mcux/mcux-sdk/drivers/xspi/
Dfsl_xspi.h169 uint8_t wipLocation; /*!< WIP bit field's location. */ member
Dfsl_xspi.c2372 XSPI_PPW_RDSR_LOC(ptrStatusRegInfo->wipLocation); in XSPI_SetSFMStatusRegInfo()