Searched refs:pCommandList (Results 1 – 8 of 8) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/sensors/ |
D | mma9553_drv.c | 230 …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 …]
|
D | fxlc95000_drv.c | 148 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 …]
|
D | mma9553_drv.h | 128 …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,
|
D | fxlc95000_drv.h | 128 const registercommandlist_t *pCommandList); 190 const registercommandlist_t *pCommandList, 241 const registercommandlist_t *pCommandList,
|
D | sensor_io_i2c.c | 27 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()
|
D | sensor_io_spi.c | 27 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()
|
D | sensor_io_spi.h | 39 const registercommandlist_t *pCommandList,
|
D | sensor_io_i2c.h | 39 const registercommandlist_t *pCommandList,
|