Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/
DWSEN_PADS_2511020213301_hal.h380 } PADS_fifoMode_t; typedef
486 int8_t PADS_setFifoMode(WE_sensorInterface_t* sensorInterface, PADS_fifoMode_t fifoMode);
487 int8_t PADS_getFifoMode(WE_sensorInterface_t* sensorInterface, PADS_fifoMode_t *fifoMode);
DWSEN_PADS_2511020213301_hal.c1434 int8_t PADS_setFifoMode(WE_sensorInterface_t* sensorInterface, PADS_fifoMode_t fifoMode) in PADS_setFifoMode()
1454 int8_t PADS_getFifoMode(WE_sensorInterface_t* sensorInterface, PADS_fifoMode_t *fifoMode) in PADS_getFifoMode()
1463 *fifoMode = (PADS_fifoMode_t) fifoCtrlReg.fifoMode; in PADS_getFifoMode()