Home
last modified time | relevance | path

Searched refs:ISDS_MD1_CFG_REG (Results 1 – 2 of 2) sorted by relevance

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c4462 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_MD1_CFG_REG, 1, (uint8_t *) &mde1Cfg)) in ISDS_enableTiltINT0()
4469 return ISDS_WriteReg(sensorInterface, ISDS_MD1_CFG_REG, 1, (uint8_t *) &mde1Cfg); in ISDS_enableTiltINT0()
4482 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_MD1_CFG_REG, 1, (uint8_t *) &mde1Cfg)) in ISDS_isTiltINT0Enabled()
4502 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_MD1_CFG_REG, 1, (uint8_t *) &mde1Cfg)) in ISDS_enable6dINT0()
4509 return ISDS_WriteReg(sensorInterface, ISDS_MD1_CFG_REG, 1, (uint8_t *) &mde1Cfg); in ISDS_enable6dINT0()
4522 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_MD1_CFG_REG, 1, (uint8_t *) &mde1Cfg)) in ISDS_is6dINT0Enabled()
4542 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_MD1_CFG_REG, 1, (uint8_t *) &mde1Cfg)) in ISDS_enableDoubleTapINT0()
4549 return ISDS_WriteReg(sensorInterface, ISDS_MD1_CFG_REG, 1, (uint8_t *) &mde1Cfg); in ISDS_enableDoubleTapINT0()
4562 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_MD1_CFG_REG, 1, (uint8_t *) &mde1Cfg)) in ISDS_isDoubleTapINT0Enabled()
4582 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_MD1_CFG_REG, 1, (uint8_t *) &mde1Cfg)) in ISDS_enableFreeFallINT0()
[all …]
DWSEN_ISDS_2536030320001_hal.h85 #define ISDS_MD1_CFG_REG 0x5E /**< Functions routing on INT0 register */ macro