Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Types.h545 uint16 eraseSuspendLut; /*!< Lut index for the erase suspend operation */ member
/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c3494 pConfig->suspendSettings.eraseSuspendLut = lutCount; in Qspi_Ip_SfdpGetBasicSuspendInfo()
3504 pConfig->suspendSettings.programSuspendLut = pConfig->suspendSettings.eraseSuspendLut; in Qspi_Ip_SfdpGetBasicSuspendInfo()
3551 pConfig->suspendSettings.eraseSuspendLut = lutCount; in Qspi_Ip_SfdpGetXspi1SuspendInfo()
3565 pConfig->suspendSettings.programSuspendLut = pConfig->suspendSettings.eraseSuspendLut; in Qspi_Ip_SfdpGetXspi1SuspendInfo()
DQspi_Ip.c1200 … status = Qspi_Ip_RunCommand(instance, state->configuration->suspendSettings.eraseSuspendLut, 0U); in Qspi_Ip_EraseSuspend()