Searched refs:ISDS_STATUS_REG (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 3360 return ISDS_ReadReg(sensorInterface, ISDS_STATUS_REG, 1, (uint8_t *) status); in ISDS_getStatusRegister() 3373 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_STATUS_REG, 1, (uint8_t *) &statusRegister)) in ISDS_isAccelerationDataReady() 3393 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_STATUS_REG, 1, (uint8_t *) &statusRegister)) in ISDS_isGyroscopeDataReady() 3413 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_STATUS_REG, 1, (uint8_t *) &statusRegister)) in ISDS_isTemperatureDataReady() 3435 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_STATUS_REG, 1, (uint8_t *) &statusRegister)) in ISDS_isDataReady()
|
D | WSEN_ISDS_2536030320001_hal.h | 57 #define ISDS_STATUS_REG 0x1E /**< Status data register */ macro
|