Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip.c363 if (statusConfig->writeEnableSRLut != QSPI_IP_LUT_INVALID) in Qspi_Ip_UpdateStatusReg()
616 if (QSPI_IP_LUT_INVALID != operation->weLut) in Qspi_Ip_InitWriteReg()
654 if (QSPI_IP_LUT_INVALID != operation->weLut) in Qspi_Ip_InitRMWReg()
859 if (QSPI_IP_LUT_INVALID != resetCmdLut) in Qspi_Ip_InitReset()
894 if (state->configuration->eraseSettings.chipEraseLut != QSPI_IP_LUT_INVALID) in Qspi_Ip_SerialflashEraseChip()
976 DEV_ASSERT_QSPI(lut != QSPI_IP_LUT_INVALID); in Qspi_Ip_RunCommand()
978 if (QSPI_IP_LUT_INVALID == lut) in Qspi_Ip_RunCommand()
1012 DEV_ASSERT_QSPI(lut != QSPI_IP_LUT_INVALID); in Qspi_Ip_RunReadCommand()
1016 if (QSPI_IP_LUT_INVALID == lut) in Qspi_Ip_RunReadCommand()
1049 DEV_ASSERT_QSPI(lut != QSPI_IP_LUT_INVALID); in Qspi_Ip_RunWriteCommand()
[all …]
DQspi_Ip_Sfdp.c1772 operation->command2Lut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1773 operation->weLut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
2217 operation->command2Lut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpInitSimpleCmd()
2218 operation->weLut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpInitSimpleCmd()
2293 operation->command2Lut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpInitWriteReg()
3032 pConfig->eraseSettings.eraseTypes[cnt].eraseLut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpGetBasicEraseInfo()
3081 pConfig->eraseSettings.eraseTypes[cnt].eraseLut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpGetXspi1EraseInfo()
3090 pConfig->eraseSettings.chipEraseLut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpGetXspi1EraseInfo()
3356 resetSettings->resetCmdLut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpGetBasicResetInfo()
3376 pConfig->resetSettings.resetCmdLut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpGetXspi1ResetInfo()
[all …]
/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Types.h127 #define QSPI_IP_LUT_INVALID (uint16)0xFFFFU macro