Searched refs:ISDS_FIFO_CTRL_5_REG (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 463 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FIFO_CTRL_5_REG, 1, (uint8_t *) &fifoCtrl5)) in ISDS_setFifoMode() 470 return ISDS_WriteReg(sensorInterface, ISDS_FIFO_CTRL_5_REG, 1, (uint8_t *) &fifoCtrl5); in ISDS_setFifoMode() 483 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FIFO_CTRL_5_REG, 1, (uint8_t *) &fifoCtrl5)) in ISDS_getFifoMode() 503 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FIFO_CTRL_5_REG, 1, (uint8_t *) &fifoCtrl5)) in ISDS_setFifoOutputDataRate() 510 return ISDS_WriteReg(sensorInterface, ISDS_FIFO_CTRL_5_REG, 1, (uint8_t *) &fifoCtrl5); in ISDS_setFifoOutputDataRate() 523 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FIFO_CTRL_5_REG, 1, (uint8_t *) &fifoCtrl5)) in ISDS_getFifoOutputDataRate()
|
D | WSEN_ISDS_2536030320001_hal.h | 39 #define ISDS_FIFO_CTRL_5_REG 0x0A /**< FIFO configuration register 5 */ macro
|