OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fxb
(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
140
uint32_t
fxb
;
member in struct:AccelCalParameters
189
* fx,
fxb
,fy,fyb,fz,fzb,fle -> Defines how many counts of data in the
accel_cal.c
148
uint32_t
fxb
, uint32_t fy, uint32_t fyb,
152
agd->nfxb =
fxb
;
164
uint32_t
fxb
, uint32_t fy, uint32_t fyb,
166
accelGoodDataInit(&acc->agd, fx,
fxb
, fy, fyb, fz, fzb, fle);
181
accelCalAlgoInit(&acc->ac1[0], parameters->fx, parameters->
fxb
,
184
accelCalAlgoInit(&acc->ac1[1], parameters->fx, parameters->
fxb
,
Completed in 8250 milliseconds