Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.c2374 return ITDS_ReadReg(sensorInterface, ITDS_FIFO_SAMPLES_REG, 1, (uint8_t *) fifoSamplesStatus); in ITDS_getFifoSamplesRegister()
2389 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_FIFO_SAMPLES_REG, 1, (uint8_t *) &fifoSamples)) in ITDS_isFifoThresholdReached()
2411 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_FIFO_SAMPLES_REG, 1, (uint8_t *) &fifoSamples)) in ITDS_getFifoOverrunState()
2431 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_FIFO_SAMPLES_REG, 1, (uint8_t *) &fifoSamples)) in ITDS_getFifoFillLevel()
DWSEN_ITDS_2533020201601_hal.h54 #define ITDS_FIFO_SAMPLES_REG 0x2F /**< FIFO samples register */ macro