Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c3505 return ISDS_ReadReg(sensorInterface, ISDS_FIFO_STATUS_2_REG, 1, (uint8_t *) status); in ISDS_getFifoStatus2Register()
3541 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FIFO_STATUS_2_REG, 1, (uint8_t *) &fifoStatus2)) in ISDS_isFifoEmpty()
3561 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FIFO_STATUS_2_REG, 1, (uint8_t *) &fifoStatus2)) in ISDS_isFifoFull()
3581 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FIFO_STATUS_2_REG, 1, (uint8_t *) &fifoStatus2)) in ISDS_getFifoOverrunState()
3601 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FIFO_STATUS_2_REG, 1, (uint8_t *) &fifoStatus2)) in ISDS_isFifoThresholdReached()
DWSEN_ISDS_2536030320001_hal.h73 #define ISDS_FIFO_STATUS_2_REG 0x3B /**< FIFO status register 2 */ macro