Searched refs:ISDS_FIFO_CTRL_4_REG (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 300 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FIFO_CTRL_4_REG, 1, (uint8_t *) &fifoCtrl4)) in ISDS_setFifoDataset3Decimation() 307 return ISDS_WriteReg(sensorInterface, ISDS_FIFO_CTRL_4_REG, 1, (uint8_t *) &fifoCtrl4); in ISDS_setFifoDataset3Decimation() 320 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FIFO_CTRL_4_REG, 1, (uint8_t *) &fifoCtrl4)) in ISDS_getFifoDataset3Decimation() 340 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FIFO_CTRL_4_REG, 1, (uint8_t *) &fifoCtrl4)) in ISDS_setFifoDataset4Decimation() 347 return ISDS_WriteReg(sensorInterface, ISDS_FIFO_CTRL_4_REG, 1, (uint8_t *) &fifoCtrl4); in ISDS_setFifoDataset4Decimation() 360 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FIFO_CTRL_4_REG, 1, (uint8_t *) &fifoCtrl4)) in ISDS_getFifoDataset4Decimation() 380 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FIFO_CTRL_4_REG, 1, (uint8_t *) &fifoCtrl4)) in ISDS_enableFifoOnlyHighData() 387 return ISDS_WriteReg(sensorInterface, ISDS_FIFO_CTRL_4_REG, 1, (uint8_t *) &fifoCtrl4); in ISDS_enableFifoOnlyHighData() 400 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FIFO_CTRL_4_REG, 1, (uint8_t *) &fifoCtrl4)) in ISDS_isFifoOnlyHighDataEnabled() 420 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FIFO_CTRL_4_REG, 1, (uint8_t *) &fifoCtrl4)) in ISDS_enableFifoStopOnThreshold() [all …]
|
D | WSEN_ISDS_2536030320001_hal.h | 38 #define ISDS_FIFO_CTRL_4_REG 0x09 /**< FIFO configuration register 4 */ macro
|