Searched refs:ISDS_CTRL_6_REG (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 2077 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_6_REG, 1, (uint8_t *) &ctrl6)) in ISDS_setGyroLowPassFilterBandwidth() 2084 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_6_REG, 1, (uint8_t *) &ctrl6); in ISDS_setGyroLowPassFilterBandwidth() 2097 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_6_REG, 1, (uint8_t *) &ctrl6)) in ISDS_getGyroLowPassFilterBandwidth() 2117 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_6_REG, 1, (uint8_t *) &ctrl6)) in ISDS_setOffsetWeight() 2124 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_6_REG, 1, (uint8_t *) &ctrl6); in ISDS_setOffsetWeight() 2137 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_6_REG, 1, (uint8_t *) &ctrl6)) in ISDS_getOffsetWeight() 2157 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_6_REG, 1, (uint8_t *) &ctrl6)) in ISDS_disableAccHighPerformanceMode() 2164 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_6_REG, 1, (uint8_t *) &ctrl6); in ISDS_disableAccHighPerformanceMode() 2177 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_6_REG, 1, (uint8_t *) &ctrl6)) in ISDS_isAccHighPerformanceModeDisabled() 2197 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_6_REG, 1, (uint8_t *) &ctrl6)) in ISDS_setDataEnableTriggerMode() [all …]
|
D | WSEN_ISDS_2536030320001_hal.h | 49 #define ISDS_CTRL_6_REG 0x15 /**< Control register 6 (angular rate senso… macro
|