Searched refs:ISDS_CTRL_2_REG (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 1252 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_2_REG, 1, (uint8_t *) &ctrl2)) in ISDS_setGyroFullScale() 1259 int8_t errCode = ISDS_WriteReg(sensorInterface, ISDS_CTRL_2_REG, 1, (uint8_t *) &ctrl2); in ISDS_setGyroFullScale() 1280 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_2_REG, 1, (uint8_t *) &ctrl2)) in ISDS_getGyroFullScale() 1303 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_2_REG, 1, (uint8_t *) &ctrl2)) in ISDS_setGyroOutputDataRate() 1310 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_2_REG, 1, (uint8_t *) &ctrl2); in ISDS_setGyroOutputDataRate() 1323 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_2_REG, 1, (uint8_t *) &ctrl2)) in ISDS_getGyroOutputDataRate()
|
D | WSEN_ISDS_2536030320001_hal.h | 45 #define ISDS_CTRL_2_REG 0x11 /**< Control register 2 (angular rate senso… macro
|