Searched refs:ISDS_CTRL_7_REG (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 2240 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7)) in ISDS_enableRounding() 2247 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7); in ISDS_enableRounding() 2260 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7)) in ISDS_isRoundingEnabled() 2280 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7)) in ISDS_setGyroDigitalHighPassCutoff() 2287 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7); in ISDS_setGyroDigitalHighPassCutoff() 2300 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7)) in ISDS_getGyroDigitalHighPassCutoff() 2320 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7)) in ISDS_enableGyroDigitalHighPass() 2327 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7); in ISDS_enableGyroDigitalHighPass() 2340 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7)) in ISDS_isGyroDigitalHighPassEnabled() 2360 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7)) in ISDS_disableGyroHighPerformanceMode() [all …]
|
D | WSEN_ISDS_2536030320001_hal.h | 50 #define ISDS_CTRL_7_REG 0x16 /**< Control register 7 (angular rate senso… macro
|