Home
last modified time | relevance | path

Searched refs:pDataPack (Results 1 – 2 of 2) sorted by relevance

/bsp/ft2004/libraries/bsp/ft_qspi/
A Dft_qspi.c399 if (NULL == pDataPack->txBuf) in FQSpi_Write()
405 pu32Buf = (const u32 *)pDataPack->txBuf; in FQSpi_Write()
417 wrCfgReg.val.wrCmd = pDataPack->cmd; in FQSpi_Write()
422 length = pDataPack->length; in FQSpi_Write()
442 val = pDataPack->txBuf[index] | (pDataPack->txBuf[index + 1] << 8) | 0xFFFF0000; in FQSpi_Write()
446 …val = pDataPack->txBuf[index] | (pDataPack->txBuf[index + 1] << 8) | (pDataPack->txBuf[index + 2] … in FQSpi_Write()
449 Ft_out32(pDataPack->addr + index, val); in FQSpi_Write()
478 if (NULL == pDataPack->rxBuf) in FQSpi_Read()
489 rdCfgReg.val.dummy = pDataPack->dummyCycle - 1; in FQSpi_Read()
501 rdCfgReg.val.rdCmd = pDataPack->cmd; in FQSpi_Read()
[all …]
A Dft_qspi.h155 ft_error_t FQSpi_Read(FQSpi_t *pQspi, struct FQSpi_DataPack *pDataPack);
164 ft_error_t FQSpi_Write(FQSpi_t *pQspi, struct FQSpi_DataPack *pDataPack);

Completed in 7 milliseconds