Searched refs:ISDS_DRDY_PULSE_CFG_REG (Results 1 – 2 of 2) sorted by relevance
546 …if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_DRDY_PULSE_CFG_REG, 1, (uint8_t *) &dataReadyPul… in ISDS_enableDataReadyPulsed()553 return ISDS_WriteReg(sensorInterface, ISDS_DRDY_PULSE_CFG_REG, 1, (uint8_t *) &dataReadyPulseCfg); in ISDS_enableDataReadyPulsed()566 …if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_DRDY_PULSE_CFG_REG, 1, (uint8_t *) &dataReadyPul… in ISDS_isDataReadyPulsedEnabled()
40 #define ISDS_DRDY_PULSE_CFG_REG 0x0B /**< Data ready configuration register */ macro