Searched refs:endian (Results 1 - 8 of 8) sorted by relevance

/hardware/invensense/mlsdk/mllite/
H A Daccel.c159 if (EXT_SLAVE_LITTLE_ENDIAN == mldl_cfg->accel->endian) {
162 } else if ((EXT_SLAVE_BIG_ENDIAN == mldl_cfg->accel->endian) ||
163 (EXT_SLAVE_FS16_BIG_ENDIAN == mldl_cfg->accel->endian)) {
170 } else if (EXT_SLAVE_FS8_BIG_ENDIAN == mldl_cfg->accel->endian) {
H A Dpressure.c152 if (EXT_SLAVE_BIG_ENDIAN == mldl_cfg->pressure->endian)
H A Dmldl_cfg_mpu.c95 MPL_LOGD("slave_accel->endian = %02x\n", mldl_cfg->accel->endian);
111 MPL_LOGD("slave_compass->endian = %02x\n", mldl_cfg->compass->endian);
127 MPL_LOGD("slave_pressure->endian = %02x\n", mldl_cfg->pressure->endian);
H A Dml.c281 int endian = mldl_cfg->accel->endian; local
284 endian = EXT_SLAVE_BIG_ENDIAN;
286 switch (endian) {
H A Dcompass.c296 if (EXT_SLAVE_BIG_ENDIAN == mldl_cfg->compass->endian)
H A DmlFIFO.c279 switch (inv_get_dl_config()->accel->endian) {
337 switch (inv_get_dl_config()->accel->endian) {
/hardware/invensense/mlsdk/platform/include/linux/
H A Dmpu.h233 * @endian: byte order of the data. enum ext_slave_endian
272 unsigned char endian; member in struct:ext_slave_descr
/hardware/invensense/mlsdk/mlutils/
H A Dmputest.c1372 if (slave->endian == EXT_SLAVE_BIG_ENDIAN) {

Completed in 85 milliseconds