Home | History | Annotate | Download | only in mlutils

Lines Matching defs:slave

65 #include "slave.h"
227 * the slave address the MPU device is setup to respond at.
861 /* load the slave descr from the getter */
1323 * @param slave
1324 * a pointer to the descriptor of the slave accelerometer device
1329 * a pointer to the platform info of the slave accelerometer
1344 struct ext_slave_descr *slave = mputestCfgPtr->accel;
1353 result = inv_serial_read(mlsl_handle, pdata->address, slave->read_reg,
1354 slave->read_len, data);
1372 if (slave->endian == EXT_SLAVE_BIG_ENDIAN) {