Searched refs:ISDS_CTRL_8_REG (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 2403 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_8_REG, 1, (uint8_t *) &ctrl8)) in ISDS_enable6dLowPass() 2410 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_8_REG, 1, (uint8_t *) &ctrl8); in ISDS_enable6dLowPass() 2423 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_8_REG, 1, (uint8_t *) &ctrl8)) in ISDS_is6dLowPassEnabled() 2444 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_8_REG, 1, (uint8_t *) &ctrl8)) in ISDS_enableAccHighPassSlopeFilter() 2451 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_8_REG, 1, (uint8_t *) &ctrl8); in ISDS_enableAccHighPassSlopeFilter() 2464 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_8_REG, 1, (uint8_t *) &ctrl8)) in ISDS_isAccHighPassSlopeFilterEnabled() 2484 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_8_REG, 1, (uint8_t *) &ctrl8)) in ISDS_setInputCompositeFilter() 2491 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_8_REG, 1, (uint8_t *) &ctrl8); in ISDS_setInputCompositeFilter() 2504 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_8_REG, 1, (uint8_t *) &ctrl8)) in ISDS_getInputCompositeFilter() 2531 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_8_REG, 1, (uint8_t *) &ctrl8)) in ISDS_enableHighPassFilterRefMode() [all …]
|
D | WSEN_ISDS_2536030320001_hal.h | 51 #define ISDS_CTRL_8_REG 0x17 /**< Control register 8 (linear acceleratio… macro
|