Searched refs:halAccelerometerReadWithOffset (Results 1 – 4 of 4) sorted by relevance
/btstack/port/archive/ez430-rf2560/firmware/ |
H A D | hal_adc.c | 72 halAccelerometerReadWithOffset(&Acc_x_offset, &Acc_y_offset, &Acc_z_offset); in halAccelerometerCalibrate() 147 void halAccelerometerReadWithOffset(int *x, int *y, int *z) in halAccelerometerReadWithOffset() function
|
H A D | hal_adc.h | 66 void halAccelerometerReadWithOffset(int* x, int* y, int* z);
|
/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/ |
H A D | hal_adc.c | 72 halAccelerometerReadWithOffset(&Acc_x_offset, &Acc_y_offset, &Acc_z_offset); in halAccelerometerCalibrate() 147 void halAccelerometerReadWithOffset(int *x, int *y, int *z) in halAccelerometerReadWithOffset() function
|
H A D | hal_adc.h | 66 void halAccelerometerReadWithOffset(int* x, int* y, int* z);
|