Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h1122 …nsorInterface_t* sensorInterface, ISDS_fifoStatus2_t *status, uint16_t *fillLevel, uint16_t *fifoP…
1124 int8_t ISDS_getFifoFillLevel(WE_sensorInterface_t* sensorInterface, uint16_t *fillLevel);
DWSEN_ISDS_2536030320001_hal.c3473 …nsorInterface_t* sensorInterface, ISDS_fifoStatus2_t *status, uint16_t *fillLevel, uint16_t *fifoP… in ISDS_getFifoStatus() argument
3488 *fillLevel = ((uint16_t) fifoStatus1->fifoFillLevelLsb) | in ISDS_getFifoStatus()
3514 int8_t ISDS_getFifoFillLevel(WE_sensorInterface_t* sensorInterface, uint16_t *fillLevel) in ISDS_getFifoFillLevel() argument
3525 *fillLevel = ((uint16_t) fifoStatus1->fifoFillLevelLsb) | in ISDS_getFifoFillLevel()