Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h687 } ISDS_fifoMode_t; typedef
937 int8_t ISDS_setFifoMode(WE_sensorInterface_t* sensorInterface, ISDS_fifoMode_t fifoMode);
938 int8_t ISDS_getFifoMode(WE_sensorInterface_t* sensorInterface, ISDS_fifoMode_t *fifoMode);
DWSEN_ISDS_2536030320001_hal.c459 int8_t ISDS_setFifoMode(WE_sensorInterface_t* sensorInterface, ISDS_fifoMode_t fifoMode) in ISDS_setFifoMode()
479 int8_t ISDS_getFifoMode(WE_sensorInterface_t* sensorInterface, ISDS_fifoMode_t *fifoMode) in ISDS_getFifoMode()
488 *fifoMode = (ISDS_fifoMode_t) fifoCtrl5.fifoMode; in ISDS_getFifoMode()