Lines Matching refs:H3LIS331DL
37 H3LIS331DL::H3LIS331DL(int bus, uint8_t address): in H3LIS331DL() function in H3LIS331DL
54 H3LIS331DL::~H3LIS331DL() in ~H3LIS331DL()
58 bool H3LIS331DL::init(DR_BITS_T odr, PM_BITS_T pm, FS_BITS_T fs) in init()
74 uint8_t H3LIS331DL::getChipID() in getChipID()
79 bool H3LIS331DL::setDataRate(DR_BITS_T odr) in setDataRate()
96 bool H3LIS331DL::setPowerMode(PM_BITS_T pm) in setPowerMode()
113 bool H3LIS331DL::enableAxis(uint8_t axisEnable) in enableAxis()
130 bool H3LIS331DL::setFullScale(FS_BITS_T fs) in setFullScale()
147 bool H3LIS331DL::setHPCF(HPCF_BITS_T val) in setHPCF()
164 bool H3LIS331DL::setHPM(HPM_BITS_T val) in setHPM()
181 bool H3LIS331DL::boot() in boot()
203 bool H3LIS331DL::enableHPF1(bool enable) in enableHPF1()
222 bool H3LIS331DL::enableHPF2(bool enable) in enableHPF2()
241 bool H3LIS331DL::enableFDS(bool enable) in enableFDS()
260 bool H3LIS331DL::setInterruptActiveLow(bool enable) in setInterruptActiveLow()
279 bool H3LIS331DL::setInterruptOpenDrain(bool enable) in setInterruptOpenDrain()
298 bool H3LIS331DL::setInterrupt1Latch(bool enable) in setInterrupt1Latch()
317 bool H3LIS331DL::setInterrupt2Latch(bool enable) in setInterrupt2Latch()
336 bool H3LIS331DL::setInterrupt1PadConfig(I_CFG_BITS_T val) in setInterrupt1PadConfig()
353 bool H3LIS331DL::setInterrupt2PadConfig(I_CFG_BITS_T val) in setInterrupt2PadConfig()
371 bool H3LIS331DL::enableBDU(bool enable) in enableBDU()
390 bool H3LIS331DL::enableBLE(bool enable) in enableBLE()
409 bool H3LIS331DL::enableSleepToWake(bool enable) in enableSleepToWake()
428 uint8_t H3LIS331DL::getStatus() in getStatus()
433 bool H3LIS331DL::setInterrupt1Config(uint8_t val) in setInterrupt1Config()
450 bool H3LIS331DL::setInterrupt1Source(uint8_t val) in setInterrupt1Source()
467 bool H3LIS331DL::setInterrupt1Threshold(uint8_t val) in setInterrupt1Threshold()
479 bool H3LIS331DL::setInterrupt1Duration(uint8_t val) in setInterrupt1Duration()
491 bool H3LIS331DL::setInterrupt2Config(uint8_t val) in setInterrupt2Config()
508 bool H3LIS331DL::setInterrupt2Source(uint8_t val) in setInterrupt2Source()
525 bool H3LIS331DL::setInterrupt2Threshold(uint8_t val) in setInterrupt2Threshold()
537 bool H3LIS331DL::setInterrupt2Duration(uint8_t val) in setInterrupt2Duration()
549 void H3LIS331DL::update() in update()
569 void H3LIS331DL::setAdjustmentOffsets(int adjX, int adjY, int adjZ) in setAdjustmentOffsets()
576 void H3LIS331DL::getAcceleration(float *aX, float *aY, float *aZ) in getAcceleration()
585 void H3LIS331DL::getRawXYZ(int *x, int *y, int*z) in getRawXYZ()
592 void H3LIS331DL::getXYZ(int *x, int *y, int*z) in getXYZ()
600 float *H3LIS331DL::getAcceleration() in getAcceleration()
607 int *H3LIS331DL::getRawXYZ() in getRawXYZ()
614 int *H3LIS331DL::getXYZ() in getXYZ()