Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h702 } ISDS_fifoOutputDataRate_t; typedef
939 …DS_setFifoOutputDataRate(WE_sensorInterface_t* sensorInterface, ISDS_fifoOutputDataRate_t fifoOdr);
940 …DS_getFifoOutputDataRate(WE_sensorInterface_t* sensorInterface, ISDS_fifoOutputDataRate_t *fifoOdr…
DWSEN_ISDS_2536030320001_hal.c499 int8_t ISDS_setFifoOutputDataRate(WE_sensorInterface_t* sensorInterface, ISDS_fifoOutputDataRate_t in ISDS_setFifoOutputDataRate()
519 int8_t ISDS_getFifoOutputDataRate(WE_sensorInterface_t* sensorInterface, ISDS_fifoOutputDataRate_t in ISDS_getFifoOutputDataRate()
528 *fifoOdr = (ISDS_fifoOutputDataRate_t) fifoCtrl5.fifoOdr; in ISDS_getFifoOutputDataRate()