Searched refs:ITDS_WriteReg (Results 1 – 1 of 1) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/ |
D | WSEN_ITDS_2533020201601_hal.c | 68 static inline int8_t ITDS_WriteReg(WE_sensorInterface_t* sensorInterface, in ITDS_WriteReg() function 121 return ITDS_WriteReg(sensorInterface, ITDS_CTRL_1_REG, 1, (uint8_t *) &ctrl1); in ITDS_setOutputDataRate() 161 return ITDS_WriteReg(sensorInterface, ITDS_CTRL_1_REG, 1, (uint8_t *) &ctrl1); in ITDS_setOperatingMode() 201 return ITDS_WriteReg(sensorInterface, ITDS_CTRL_1_REG, 1, (uint8_t *) &ctrl1); in ITDS_setPowerMode() 243 return ITDS_WriteReg(sensorInterface, ITDS_CTRL_2_REG, 1, (uint8_t *) &ctrl2); in ITDS_reboot() 283 return ITDS_WriteReg(sensorInterface, ITDS_CTRL_2_REG, 1, (uint8_t *) &ctrl2); in ITDS_softReset() 323 return ITDS_WriteReg(sensorInterface, ITDS_CTRL_2_REG, 1, (uint8_t *) &ctrl2); in ITDS_setCSPullUpDisconnected() 364 return ITDS_WriteReg(sensorInterface, ITDS_CTRL_2_REG, 1, (uint8_t *) &ctrl2); in ITDS_enableBlockDataUpdate() 403 return ITDS_WriteReg(sensorInterface, ITDS_CTRL_2_REG, 1, (uint8_t *) &ctrl2); in ITDS_enableAutoIncrement() 443 return ITDS_WriteReg(sensorInterface, ITDS_CTRL_2_REG, 1, (uint8_t *) &ctrl2); in ITDS_disableI2CInterface() [all …]
|