Searched defs:slave (Results 1 - 2 of 2) sorted by relevance

/hardware/invensense/mlsdk/mllite/
H A Dmldl_cfg_mpu.c320 * Send slave configuration information
324 * @param slave_handle handle to the slave sensor
325 * @param slave slave description
326 * @param pdata slave platform data
334 struct ext_slave_descr *slave,
339 if (!mldl_cfg || !gyro_handle || !data || !slave) {
344 switch (slave->type) {
364 * Send slave configuration information
368 * @param slave_handle handle to the slave senso
331 inv_mpu_slave_read(struct mldl_cfg *mldl_cfg, void *gyro_handle, void *slave_handle, struct ext_slave_descr *slave, struct ext_slave_platform_data *pdata, unsigned char *data) argument
375 inv_mpu_slave_config(struct mldl_cfg *mldl_cfg, void *gyro_handle, void *slave_handle, struct ext_slave_config *data, struct ext_slave_descr *slave, struct ext_slave_platform_data *pdata) argument
434 inv_mpu_get_slave_config(struct mldl_cfg *mldl_cfg, void *gyro_handle, void *slave_handle, struct ext_slave_config *data, struct ext_slave_descr *slave, struct ext_slave_platform_data *pdata) argument
[all...]
/hardware/invensense/mlsdk/mlutils/
H A Dmputest.c65 #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; local
1353 result = inv_serial_read(mlsl_handle, pdata->address, slave->read_reg,
1354 slave->read_len, data);
1372 if (slave
[all...]

Completed in 1311 milliseconds