Searched refs:modeIndex (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/ |
| D | Qspi_Ip_Sfdp.c | 517 static uint8 modeIndex; /* Index of the selected read mode … variable 2755 modeIndex = (uint8)(crtMode - 1U); in Qspi_Ip_SfdpGetBasicReadInfo() 2756 if ((QSPI_IP_LUT_PADS_4 == readModeDataPads[modeIndex]) && (FALSE == quadAvailable)) in Qspi_Ip_SfdpGetBasicReadInfo() 2761 supported = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, readSupDword[modeIndex], in Qspi_Ip_SfdpGetBasicReadInfo() 2762 … readSupShift[modeIndex], readSupWitdh[modeIndex], 0x0U); in Qspi_Ip_SfdpGetBasicReadInfo() 2765 if ((uint8)QSPI_IP_SFDP_READ_MODE_444 == modeIndex) in Qspi_Ip_SfdpGetBasicReadInfo() 2780 Qspi_Ip_SfdpGetSpiReadInstr(sfdpTables, modeIndex, &instruction, &addrBits); in Qspi_Ip_SfdpGetBasicReadInfo() 2782 modeClocks = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, readModeDword[modeIndex], in Qspi_Ip_SfdpGetBasicReadInfo() 2783 … readModeShift[modeIndex], readModeWidth[modeIndex], 0x0U); in Qspi_Ip_SfdpGetBasicReadInfo() 2784 … dummyClocks = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, readDummyDword[modeIndex], in Qspi_Ip_SfdpGetBasicReadInfo() [all …]
|
| /hal_nxp-latest/s32/drivers/s32k3/Fls/src/ |
| D | Qspi_Ip_Sfdp.c | 518 static uint8 modeIndex; /* Index of the selected read mode … variable 2750 modeIndex = (uint8)(crtMode - 1U); in Qspi_Ip_SfdpGetBasicReadInfo() 2751 if ((QSPI_IP_LUT_PADS_4 == readModeDataPads[modeIndex]) && (FALSE == quadAvailable)) in Qspi_Ip_SfdpGetBasicReadInfo() 2756 supported = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, readSupDword[modeIndex], in Qspi_Ip_SfdpGetBasicReadInfo() 2757 … readSupShift[modeIndex], readSupWitdh[modeIndex], 0x0U); in Qspi_Ip_SfdpGetBasicReadInfo() 2760 if ((uint8)QSPI_IP_SFDP_READ_MODE_444 == modeIndex) in Qspi_Ip_SfdpGetBasicReadInfo() 2775 Qspi_Ip_SfdpGetSpiReadInstr(sfdpTables, modeIndex, &instruction, &addrBits); in Qspi_Ip_SfdpGetBasicReadInfo() 2777 modeClocks = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, readModeDword[modeIndex], in Qspi_Ip_SfdpGetBasicReadInfo() 2778 … readModeShift[modeIndex], readModeWidth[modeIndex], 0x0U); in Qspi_Ip_SfdpGetBasicReadInfo() 2779 … dummyClocks = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, readDummyDword[modeIndex], in Qspi_Ip_SfdpGetBasicReadInfo() [all …]
|