Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c544 ISDS_dataReadyPulseCfg_t dataReadyPulseCfg; in ISDS_enableDataReadyPulsed() local
546 …_FAIL == ISDS_ReadReg(sensorInterface, ISDS_DRDY_PULSE_CFG_REG, 1, (uint8_t *) &dataReadyPulseCfg)) in ISDS_enableDataReadyPulsed()
551 dataReadyPulseCfg.enDataReadyPulsed = (uint8_t) dataReadyPulsed; in ISDS_enableDataReadyPulsed()
553 return ISDS_WriteReg(sensorInterface, ISDS_DRDY_PULSE_CFG_REG, 1, (uint8_t *) &dataReadyPulseCfg); in ISDS_enableDataReadyPulsed()
564 ISDS_dataReadyPulseCfg_t dataReadyPulseCfg; in ISDS_isDataReadyPulsedEnabled() local
566 …_FAIL == ISDS_ReadReg(sensorInterface, ISDS_DRDY_PULSE_CFG_REG, 1, (uint8_t *) &dataReadyPulseCfg)) in ISDS_isDataReadyPulsedEnabled()
571 *dataReadyPulsed = (ISDS_state_t) dataReadyPulseCfg.enDataReadyPulsed; in ISDS_isDataReadyPulsedEnabled()