Home | History | Annotate | Download | only in mllite

Lines Matching full:inv_error_t

110 inv_error_t inv_freescale_sensor_fusion_16bit(unsigned short orient);
111 inv_error_t inv_freescale_sensor_fusion_8bit(unsigned short orient);
125 inv_error_t inv_serial_start(char const *port)
128 inv_error_t result;
154 inv_error_t inv_serial_stop(void)
157 inv_error_t result = INV_SUCCESS;
188 inv_error_t inv_apply_calibration(void)
198 inv_error_t result;
276 inv_error_t inv_apply_endian_accel(void)
390 inv_error_t inv_register_dmp_interupt_cb(inv_obj_func func)
417 inv_error_t inv_unregister_dmp_interupt_cb(inv_obj_func func)
454 inv_error_t inv_reset_motion(void)
457 inv_error_t result;
537 inv_error_t inv_update_data(void)
540 inv_error_t result = INV_SUCCESS;
625 inv_error_t inv_set_motion_interrupt(unsigned char on)
628 inv_error_t result;
672 inv_error_t inv_set_fifo_interrupt(unsigned char on)
675 inv_error_t result;
771 inv_error_t inv_set_accel_calibration(float range, signed char *orientation)
778 inv_error_t result;
917 inv_error_t inv_set_gyro_calibration(float range, signed char *orientation)
924 inv_error_t result;
1065 inv_error_t
1118 inv_error_t inv_set_dead_zone(void)
1121 inv_error_t result;
1176 inv_error_t inv_set_bias_update(unsigned short function)
1181 inv_error_t result = INV_SUCCESS;
1330 inv_error_t inv_set_no_motion_thresh(float thresh)
1332 inv_error_t result = INV_SUCCESS;
1375 inv_error_t inv_set_no_motion_threshAccel(long thresh)
1399 inv_error_t inv_set_no_motion_time(float time)
1401 inv_error_t result = INV_SUCCESS;
1436 inv_error_t inv_get_version(unsigned char **version)
1505 inv_error_t inv_freescale_sensor_fusion_16bit(unsigned short orient)
1508 inv_error_t result;
1554 inv_error_t inv_freescale_sensor_fusion_8bit(unsigned short orient)
1557 inv_error_t result;
1689 inv_error_t inv_set_mpu_sensors(unsigned long sensors)
1694 inv_error_t result = INV_SUCCESS;
1812 void inv_set_mode_change(inv_error_t(*mode_change_func)
1822 inv_error_t inv_set_mpu_6050_config()
1825 inv_error_t result;