Home
last modified time | relevance | path

Searched refs:calibration_state (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c557 enum CalibrationState calibration_state; member
2745 switch (mTask.calibration_state) {
2752 mTask.calibration_state = CALIBRATION_FOC;
2770 mTask.calibration_state = CALIBRATION_WAIT_FOC_DONE;
2783 mTask.calibration_state = CALIBRATION_SET_OFFSET;
2789 mTask.calibration_state = CALIBRATION_WAIT_FOC_DONE;
2797 mTask.calibration_state = CALIBRATION_TIMEOUT;
2829 mTask.calibration_state = CALIBRATION_DONE;
2842 mTask.calibration_state = CALIBRATION_START;
3012 switch (mTask.calibration_state) {
[all …]
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c632 enum CalibrationState calibration_state; member
1272 switch (T(calibration_state)) {
1281 T(calibration_state) = CALIBRATION_READ_STATUS;
1296 T(calibration_state) = CALIBRATION_DONE;
1299 T(calibration_state) = CALIBRATION_READ_DATA;
1312 T(calibration_state) = CALIBRATION_DONE;
1328 T(calibration_state) = CALIBRATION_DONE;
1335 T(calibration_state) = CALIBRATION_READ_STATUS;
1340 T(calibration_state) = CALIBRATION_SET_OFFSET;
1386 T(calibration_state) = CALIBRATION_DONE;
[all …]