Searched refs:cmdPads (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/ |
| D | Qspi_Ip_Sfdp.c | 526 static Qspi_Ip_LutPadsType cmdPads; /* Pads to use for commands (e.g. 4 if the selected ope… variable 2770 cmdPads = QSPI_IP_LUT_PADS_4; in Qspi_Ip_SfdpGetBasicReadInfo() 2775 cmdPads = QSPI_IP_LUT_PADS_1; in Qspi_Ip_SfdpGetBasicReadInfo() 2851 instPads = cmdPads; in Qspi_Ip_SfdpGetBasicWriteInfo() 2852 addrPads = cmdPads; in Qspi_Ip_SfdpGetBasicWriteInfo() 2853 dataPads = cmdPads; in Qspi_Ip_SfdpGetBasicWriteInfo() 3030 …p_SfdpLutAdd(&(pConfig->lutSequences), Qspi_Ip_PackLut(QSPI_IP_LUT_INSTR_CMD, cmdPads, eraseInst)); in Qspi_Ip_SfdpGetBasicEraseInfo() 3031 …LutAdd(&(pConfig->lutSequences), Qspi_Ip_PackLut(QSPI_IP_LUT_INSTR_ADDR, cmdPads, (uint8)addrbits)… in Qspi_Ip_SfdpGetBasicEraseInfo() 3044 …Qspi_Ip_SfdpLutAdd(&(pConfig->lutSequences), Qspi_Ip_PackLut(QSPI_IP_LUT_INSTR_CMD, cmdPads, erase… in Qspi_Ip_SfdpGetBasicEraseInfo() 3125 if (QSPI_IP_LUT_PADS_1 == cmdPads) in Qspi_Ip_SfdpGetBasicStatusInfo() [all …]
|
| /hal_nxp-latest/s32/drivers/s32k3/Fls/src/ |
| D | Qspi_Ip_Sfdp.c | 527 static Qspi_Ip_LutPadsType cmdPads; /* Pads to use for commands (e.g. 4 if the selected ope… variable 2765 cmdPads = QSPI_IP_LUT_PADS_4; in Qspi_Ip_SfdpGetBasicReadInfo() 2770 cmdPads = QSPI_IP_LUT_PADS_1; in Qspi_Ip_SfdpGetBasicReadInfo() 2846 instPads = cmdPads; in Qspi_Ip_SfdpGetBasicWriteInfo() 2847 addrPads = cmdPads; in Qspi_Ip_SfdpGetBasicWriteInfo() 2848 dataPads = cmdPads; in Qspi_Ip_SfdpGetBasicWriteInfo() 3025 …p_SfdpLutAdd(&(pConfig->lutSequences), Qspi_Ip_PackLut(QSPI_IP_LUT_INSTR_CMD, cmdPads, eraseInst)); in Qspi_Ip_SfdpGetBasicEraseInfo() 3026 …LutAdd(&(pConfig->lutSequences), Qspi_Ip_PackLut(QSPI_IP_LUT_INSTR_ADDR, cmdPads, (uint8)addrbits)… in Qspi_Ip_SfdpGetBasicEraseInfo() 3039 …Qspi_Ip_SfdpLutAdd(&(pConfig->lutSequences), Qspi_Ip_PackLut(QSPI_IP_LUT_INSTR_CMD, cmdPads, erase… in Qspi_Ip_SfdpGetBasicEraseInfo() 3120 if (QSPI_IP_LUT_PADS_1 == cmdPads) in Qspi_Ip_SfdpGetBasicStatusInfo() [all …]
|