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

/hardware/invensense/60xx/mlsdk/mllite/
H A Dml_mputest.c67 uint_fast8_t provide_result);
82 * @param provide_result
97 unsigned char provide_result)
117 result = inv_factory_calibrate(mlsl_handle, provide_result);
96 inv_self_test_factory_calibrate(void *mlsl_handle, unsigned char provide_result) argument
/hardware/invensense/60xx/mlsdk/mlutils/
H A Dmputest.c1093 * @param provide_result
1108 int inv_mpu_test(void *mlsl_handle, uint_fast8_t provide_result) argument
1145 gyro_biases, &temp_avg, provide_result);
1147 MPL_LOGW_IF(provide_result,
1183 provide_result);
1260 * @param provide_result
1273 uint_fast8_t provide_result)
1277 result = inv_mpu_test(mlsl_handle, provide_result);
1278 if (provide_result) {
1272 inv_factory_calibrate(void *mlsl_handle, uint_fast8_t provide_result) argument

Completed in 42 milliseconds