Home
last modified time | relevance | path

Searched refs:pCommandList (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/sensors/
Dmma9553_drv.c230 …SPI_Configure(mma9553_spi_sensorhandle_t *pSensorHandle, const registercommandlist_t *pCommandList) in MMA9553_SPI_Configure() argument
236 if ((pSensorHandle == NULL) || (pCommandList == NULL)) in MMA9553_SPI_Configure()
277 pCommandList, MMA9553_COCO_ERROR_MASK); in MMA9553_SPI_Configure()
296 const registercommandlist_t *pCommandList, in MMA9553_SPI_CommandResponse() argument
303 if (pSensorHandle == NULL || (pCommandList == NULL && pResponseList == NULL)) in MMA9553_SPI_CommandResponse()
314 if (pCommandList != NULL) in MMA9553_SPI_CommandResponse()
317 pCommandList, MMA9553_COCO_ERROR_MASK); in MMA9553_SPI_CommandResponse()
422 …I2C_Configure(mma9553_i2c_sensorhandle_t *pSensorHandle, const registercommandlist_t *pCommandList) in MMA9553_I2C_Configure() argument
428 if ((pSensorHandle == NULL) || (pCommandList == NULL)) in MMA9553_I2C_Configure()
469 pCommandList, MMA9553_COCO_ERROR_MASK); in MMA9553_I2C_Configure()
[all …]
Dfxlc95000_drv.c148 const registercommandlist_t *pCommandList, in FXLC95000_SPI_CommandResponse() argument
155 if (pSensorHandle == NULL || (pCommandList == NULL && pResponseList == NULL)) in FXLC95000_SPI_CommandResponse()
166 if (pCommandList != NULL) in FXLC95000_SPI_CommandResponse()
169 pCommandList, FXLC95000_COCO_ERROR_MASK); in FXLC95000_SPI_CommandResponse()
214 const registercommandlist_t *pCommandList) in FXLC95000_I2C_FlashCommands() argument
220 if (pBus == NULL || pCommandList == NULL) in FXLC95000_I2C_FlashCommands()
226 …status = Sensor_I2C_BlockWrite(pBus, &deviceInfo, sAddress, pCommandList, FXLC95000_COCO_ERROR_MAS… in FXLC95000_I2C_FlashCommands()
390 const registercommandlist_t *pCommandList, in FXLC95000_I2C_CommandResponse() argument
397 if (pSensorHandle == NULL || (pCommandList == NULL && pResponseList == NULL)) in FXLC95000_I2C_CommandResponse()
408 if (pCommandList != NULL) in FXLC95000_I2C_CommandResponse()
[all …]
Dmma9553_drv.h128 …2C_Configure(mma9553_i2c_sensorhandle_t *pSensorHandle, const registercommandlist_t *pCommandList);
143 const registercommandlist_t *pCommandList,
194 …PI_Configure(mma9553_spi_sensorhandle_t *pSensorHandle, const registercommandlist_t *pCommandList);
209 const registercommandlist_t *pCommandList,
Dfxlc95000_drv.h128 const registercommandlist_t *pCommandList);
190 const registercommandlist_t *pCommandList,
241 const registercommandlist_t *pCommandList,
Dsensor_io_i2c.c27 const registercommandlist_t *pCommandList, in Sensor_I2C_BlockWrite() argument
35 if ((pCommDrv == NULL) || (pCommandList == NULL)) in Sensor_I2C_BlockWrite()
40 const registercommandlist_t *pCmd = pCommandList; in Sensor_I2C_BlockWrite()
Dsensor_io_spi.c27 const registercommandlist_t *pCommandList, in Sensor_SPI_BlockWrite() argument
35 if ((pCommDrv == NULL) || (pCommandList == NULL)) in Sensor_SPI_BlockWrite()
40 const registercommandlist_t *pCmd = pCommandList; in Sensor_SPI_BlockWrite()
Dsensor_io_spi.h39 const registercommandlist_t *pCommandList,
Dsensor_io_i2c.h39 const registercommandlist_t *pCommandList,