Home
last modified time | relevance | path

Searched refs:magCalUpdate (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/inc/algos/
Dmag_cal.h53 bool magCalUpdate(struct MagCal *moc, uint64_t sample_time_us,
/device/google/contexthub/firmware/src/algos/
Dmag_cal.c164 bool magCalUpdate(struct MagCal *moc, uint64_t sample_time_us, in magCalUpdate() function
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c1775 newMagBias |= magCalUpdate(&mTask.moc, sensorTime * kSensorTimerIntervalUs, xi, yi, zi); in parseRawData()