Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Types.h546 uint16 eraseResumeLut; /*!< Lut index for the erase resume operation */ member
/hal_nxp-3.5.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c3498 pConfig->suspendSettings.eraseResumeLut = lutCount; in Qspi_Ip_SfdpGetBasicSuspendInfo()
3515 pConfig->suspendSettings.programResumeLut = pConfig->suspendSettings.eraseResumeLut; in Qspi_Ip_SfdpGetBasicSuspendInfo()
3557 pConfig->suspendSettings.eraseResumeLut = lutCount; in Qspi_Ip_SfdpGetXspi1SuspendInfo()
3578 pConfig->suspendSettings.programResumeLut = pConfig->suspendSettings.eraseResumeLut; in Qspi_Ip_SfdpGetXspi1SuspendInfo()
DQspi_Ip.c1220 status = Qspi_Ip_RunCommand(instance, state->configuration->suspendSettings.eraseResumeLut, 0U); in Qspi_Ip_EraseResume()