Searched refs:itimeslice (Results 1 – 2 of 2) sorted by relevance
460 pthisMagCal->itimeslice = 0; in fUpdateMagCalibration4Slice()467 if (pthisMagCal->itimeslice == 0) in fUpdateMagCalibration4Slice()520 (pthisMagCal->itimeslice)++; in fUpdateMagCalibration4Slice()525 else if ((pthisMagCal->itimeslice >= 1) && in fUpdateMagCalibration4Slice()526 (pthisMagCal->itimeslice <= MAGBUFFSIZEX)) in fUpdateMagCalibration4Slice()532 i = pthisMagCal->itimeslice - 1; in fUpdateMagCalibration4Slice()569 (pthisMagCal->itimeslice)++; in fUpdateMagCalibration4Slice()574 else if (pthisMagCal->itimeslice == (MAGBUFFSIZEX + 1)) in fUpdateMagCalibration4Slice()596 (pthisMagCal->itimeslice)++; in fUpdateMagCalibration4Slice()601 else if (pthisMagCal->itimeslice == (MAGBUFFSIZEX + 2)) in fUpdateMagCalibration4Slice()[all …]
79 int32_t itimeslice; ///< counter for tine slicing magnetic calibration calculations member