Searched defs:acc (Results 1 – 3 of 3) sorted by relevance
| /device/google/contexthub/firmware/src/algos/ |
| D | accel_cal.c | 160 static void accelCalAlgoInit(struct accelCalAlgo_t *acc, uint32_t fx, in accelCalAlgoInit() 174 void accelCalInit(struct accelCal_t *acc, uint32_t t0, uint32_t n_s,float th, in accelCalInit() 219 void accelCalDestroy(struct accelCal_t *acc) { in accelCalDestroy() 448 bool accelCalUpdateBias(struct accelCal_t *acc, float *x, float *y, float *z) { in accelCalUpdateBias() 469 void accelCalBiasSet(struct accelCal_t *acc, in accelCalBiasSet() 477 void accelCalBiasRemove(struct accelCal_t *acc, in accelCalBiasRemove() 484 void accelCalRun(struct accelCal_t *acc, uint64_t sample_time_nsec, in accelCalRun() 573 void accelCalDebPrint(struct accelCal_t *acc,float temp) { in accelCalDebPrint()
|
| /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/ |
| D | arm_math.h | 5127 q63_t acc; in arm_pid_q31() local 5175 q63_t acc; in arm_pid_q15() local 7211 q31_t acc = 0; /* output */ in arm_bilinear_interp_q31() local 7286 q63_t acc = 0; /* output */ in arm_bilinear_interp_q15() local 7366 q63_t acc = 0; /* output */ in arm_bilinear_interp_q7() local
|
| /device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
| D | bosch_bmi160.c | 430 struct accelCal_t acc; member
|