HomeSort by relevance Sort by last modified time
    Searched refs:fzb (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 135 // fx,fxb,fy,fyb,fz,fzb,fle -> Defines how many counts of data in the
144 uint32_t fzb; member in struct:AccelCalParameters
189 * fx,fxb,fy,fyb,fz,fzb,fle -> Defines how many counts of data in the
accel_cal.c 149 uint32_t fz, uint32_t fzb, uint32_t fle) {
156 agd->nfzb = fzb;
165 uint32_t fz, uint32_t fzb, uint32_t fle) {
166 accelGoodDataInit(&acc->agd, fx, fxb, fy, fyb, fz, fzb, fle);
183 parameters->fzb, parameters->fle);
186 parameters->fzb, parameters->fle);

Completed in 705 milliseconds