Searched refs:bias_error (Results 1 – 4 of 4) sorted by relevance
69 void inv_set_compass_bias_error(const long *bias_error);70 void inv_get_compass_bias_error(long *bias_error);
460 void inv_set_compass_bias_error(const long *bias_error) in inv_set_compass_bias_error() argument462 memcpy(rh.compass_bias_error, bias_error, sizeof(rh.compass_bias_error)); in inv_set_compass_bias_error()468 void inv_get_compass_bias_error(long *bias_error) in inv_get_compass_bias_error() argument470 memcpy(bias_error, rh.compass_bias_error, sizeof(rh.compass_bias_error)); in inv_get_compass_bias_error()
123 void inv_set_compass_bias_error(const long *bias_error);124 void inv_get_compass_bias_error(long *bias_error);
584 void inv_set_compass_bias_error(const long *bias_error) in inv_set_compass_bias_error() argument586 memcpy(rh.compass_bias_error, bias_error, sizeof(rh.compass_bias_error)); in inv_set_compass_bias_error()592 void inv_get_compass_bias_error(long *bias_error) in inv_get_compass_bias_error() argument594 memcpy(bias_error, rh.compass_bias_error, sizeof(rh.compass_bias_error)); in inv_get_compass_bias_error()