Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/sensors/
Dfxls8961_drv.c42 pSlaveCmd->size = size + FXLS8961_SPI_CMD_LEN; in FXLS8961_SPI_ReadPreprocess()
52 uint8_t *pRBuff = fxls8961_spiWrite_CmdDataBuffer + size + FXLS8961_SPI_CMD_LEN; in FXLS8961_SPI_WritePreprocess()
59 memcpy(pWBuff + FXLS8961_SPI_CMD_LEN, pWritebuffer, size); in FXLS8961_SPI_WritePreprocess()
62 pSlaveCmd->size = size + FXLS8961_SPI_CMD_LEN; in FXLS8961_SPI_WritePreprocess()
85 pSensorHandle->slaveParams.spiCmdLen = FXLS8961_SPI_CMD_LEN; in FXLS8961_SPI_Initialize()
Dfxls8961_drv.h64 #define FXLS8961_SPI_CMD_LEN (2) macro