Home
last modified time | relevance | path

Searched refs:ISDS_DRDY_PULSE_CFG_REG (Results 1 – 2 of 2) sorted by relevance

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c546 …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()
DWSEN_ISDS_2536030320001_hal.h40 #define ISDS_DRDY_PULSE_CFG_REG 0x0B /**< Data ready configuration register */ macro