OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AccelCal
(Results
1 - 6
of
6
) sorted by null
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h
130
//
AccelCal
algorithm parameters (see the
AccelCal
for details).
150
struct
AccelCal
{
181
void accelCalRun(struct
AccelCal
*acc, uint64_t sample_time_nanos, float x,
192
void accelCalInit(struct
AccelCal
*acc,
195
void accelCalDestroy(struct
AccelCal
*acc);
198
bool accelCalUpdateBias(struct
AccelCal
*acc, float *x, float *y, float *z);
200
void accelCalBiasSet(struct
AccelCal
*acc, float x, float y, float z);
202
void accelCalBiasRemove(struct
AccelCal
*acc, float *x, float *y, float *z);
205
bool accelCalNewBiasAvailable(struct
AccelCal
*acc)
[
all
...]
accel_cal.c
171
bool accelCalNewBiasAvailable(struct
AccelCal
*acc) {
178
void accelCalInit(struct
AccelCal
*acc,
229
void accelCalDestroy(struct
AccelCal
*acc) { (void)acc; }
416
bool accelCalUpdateBias(struct
AccelCal
*acc, float *x, float *y, float *z) {
437
void accelCalBiasSet(struct
AccelCal
*acc, float x, float y, float z) {
444
void accelCalBiasRemove(struct
AccelCal
*acc, float *x, float *y, float *z) {
451
void accelCalRun(struct
AccelCal
*acc, uint64_t sample_time_nanos, float x,
565
void accelCalDebPrint(struct
AccelCal
*acc, float temp) {
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/accelerometer/accel_offset_cal/
accel_offset_cal.h
73
AccelCal
accel_cal_;
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c
512
struct
AccelCal
acc;
[
all
...]
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
invensense_icm40600.c
649
struct
AccelCal
accel_cal;
[
all
...]
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c
[
all
...]
Completed in 939 milliseconds