Searched refs:ISDS_CTRL_3_REG (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 1346 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_3_REG, 1, (uint8_t *) &ctrl3)) in ISDS_softReset() 1353 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_3_REG, 1, (uint8_t *) &ctrl3); in ISDS_softReset() 1366 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_3_REG, 1, (uint8_t *) &ctrl3)) in ISDS_getSoftResetState() 1386 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_3_REG, 1, (uint8_t *) &ctrl3)) in ISDS_enableAutoIncrement() 1393 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_3_REG, 1, (uint8_t *) &ctrl3); in ISDS_enableAutoIncrement() 1406 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_3_REG, 1, (uint8_t *) &ctrl3)) in ISDS_isAutoIncrementEnabled() 1426 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_3_REG, 1, (uint8_t *) &ctrl3)) in ISDS_setSpiMode() 1433 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_3_REG, 1, (uint8_t *) &ctrl3); in ISDS_setSpiMode() 1446 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_3_REG, 1, (uint8_t *) &ctrl3)) in ISDS_getSpiMode() 1466 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_3_REG, 1, (uint8_t *) &ctrl3)) in ISDS_setInterruptPinType() [all …]
|
D | WSEN_ISDS_2536030320001_hal.h | 46 #define ISDS_CTRL_3_REG 0x12 /**< Control register 3 */ macro
|