Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c3185 return ISDS_ReadReg(sensorInterface, ISDS_6D_EVENT_REG, 1, (uint8_t *) status); in ISDS_get6dEventRegister()
3198 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_6D_EVENT_REG, 1, (uint8_t *) &status)) in ISDS_has6dOrientationChanged()
3218 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_6D_EVENT_REG, 1, (uint8_t *) &status)) in ISDS_isXLOverThreshold()
3238 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_6D_EVENT_REG, 1, (uint8_t *) &status)) in ISDS_isXHOverThreshold()
3258 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_6D_EVENT_REG, 1, (uint8_t *) &status)) in ISDS_isYLOverThreshold()
3278 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_6D_EVENT_REG, 1, (uint8_t *) &status)) in ISDS_isYHOverThreshold()
3298 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_6D_EVENT_REG, 1, (uint8_t *) &status)) in ISDS_isZLOverThreshold()
3318 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_6D_EVENT_REG, 1, (uint8_t *) &status)) in ISDS_isZHOverThreshold()
3339 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_6D_EVENT_REG, 1, (uint8_t *) &status)) in ISDS_isDataEnableDataReady()
DWSEN_ISDS_2536030320001_hal.h56 #define ISDS_6D_EVENT_REG 0x1D /**< 6D orientation source register */ macro