Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c1914 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_5_REG, 1, (uint8_t *) &ctrl5)) in ISDS_setAccSelfTestMode()
1921 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_5_REG, 1, (uint8_t *) &ctrl5); in ISDS_setAccSelfTestMode()
1934 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_5_REG, 1, (uint8_t *) &ctrl5)) in ISDS_getAccSelfTestMode()
1954 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_5_REG, 1, (uint8_t *) &ctrl5)) in ISDS_setGyroSelfTestMode()
1961 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_5_REG, 1, (uint8_t *) &ctrl5); in ISDS_setGyroSelfTestMode()
1974 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_5_REG, 1, (uint8_t *) &ctrl5)) in ISDS_getGyroSelfTestMode()
1994 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_5_REG, 1, (uint8_t *) &ctrl5)) in ISDS_setDataEnableActiveHigh()
2001 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_5_REG, 1, (uint8_t *) &ctrl5); in ISDS_setDataEnableActiveHigh()
2014 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_5_REG, 1, (uint8_t *) &ctrl5)) in ISDS_isDataEnableActiveHigh()
2034 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_5_REG, 1, (uint8_t *) &ctrl5)) in ISDS_setRoundingPattern()
[all …]
DWSEN_ISDS_2536030320001_hal.h48 #define ISDS_CTRL_5_REG 0x14 /**< Control register 5 */ macro