Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c2817 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_10_REG, 1, (uint8_t *) &ctrl10)) in ISDS_enableEmbeddedFunctionalities()
2824 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_10_REG, 1, (uint8_t *) &ctrl10); in ISDS_enableEmbeddedFunctionalities()
2837 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_10_REG, 1, (uint8_t *) &ctrl10)) in ISDS_areEmbeddedFunctionalitiesEnabled()
2857 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_10_REG, 1, (uint8_t *) &ctrl10)) in ISDS_enableTiltCalculation()
2864 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_10_REG, 1, (uint8_t *) &ctrl10); in ISDS_enableTiltCalculation()
2877 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_10_REG, 1, (uint8_t *) &ctrl10)) in ISDS_isTiltCalculationEnabled()
DWSEN_ISDS_2536030320001_hal.h53 #define ISDS_CTRL_10_REG 0x19 /**< Control register 10 */ macro