Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c359 xspi_device_status_reg_info_t norFlashStatusRegInfo; in XSPI_NOR_SetNorFlashDeviceConfig() local
371 norFlashStatusRegInfo.wipLocation = wipInfo.location; in XSPI_NOR_SetNorFlashDeviceConfig()
372 norFlashStatusRegInfo.value1Expired = wipInfo.polarity; in XSPI_NOR_SetNorFlashDeviceConfig()
373 norFlashStatusRegInfo.upperHalfWordSelected = wipInfo.upperHalfWordSelected; in XSPI_NOR_SetNorFlashDeviceConfig()
377 externNorFlashConfig.ptrDeviceRegInfo = &norFlashStatusRegInfo; in XSPI_NOR_SetNorFlashDeviceConfig()
396 xspiMemNorHandle.norFlashStatusRegInfo = norFlashStatusRegInfo; in XSPI_NOR_SetNorFlashDeviceConfig()
1671 if (ptrXspiMemNorHandle->norFlashStatusRegInfo.value1Expired) in Nor_Flash_Is_Busy()
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()
Dfsl_xspi_nor_flash.h103 …xspi_device_status_reg_info_t norFlashStatusRegInfo; /*!< Nor flash status register WIP bit infor… member