Home
last modified time | relevance | path

Searched refs:fifoMode (Results 1 – 6 of 6) sorted by relevance

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/
DWSEN_PADS_2511020213301_hal.h242 uint8_t fifoMode : 3; /**< [TRIG_MODES; FMODE[1:0]]: select FIFO mode */ member
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() argument
1443 fifoCtrlReg.fifoMode = fifoMode; in PADS_setFifoMode()
1454 int8_t PADS_getFifoMode(WE_sensorInterface_t* sensorInterface, PADS_fifoMode_t *fifoMode) in PADS_getFifoMode() argument
1463 *fifoMode = (PADS_fifoMode_t) fifoCtrlReg.fifoMode; in PADS_getFifoMode()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h270 uint8_t fifoMode : 3; /**< FMODE[2:0]: Select the FIFO mode */ member
826 int8_t ITDS_setFifoMode(WE_sensorInterface_t* sensorInterface, ITDS_FifoMode_t fifoMode);
827 int8_t ITDS_getFifoMode(WE_sensorInterface_t* sensorInterface, ITDS_FifoMode_t *fifoMode);
DWSEN_ITDS_2533020201601_hal.c2329 int8_t ITDS_setFifoMode(WE_sensorInterface_t* sensorInterface, ITDS_FifoMode_t fifoMode) in ITDS_setFifoMode() argument
2338 fifoCtrl.fifoMode = fifoMode; in ITDS_setFifoMode()
2349 int8_t ITDS_getFifoMode(WE_sensorInterface_t* sensorInterface, ITDS_FifoMode_t *fifoMode) in ITDS_getFifoMode() argument
2358 *fifoMode = (ITDS_FifoMode_t) fifoCtrl.fifoMode; in ITDS_getFifoMode()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h158 uint8_t fifoMode : 3; /**< FIFO mode. See ISDS_fifoMode_t. */ member
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() argument
468 fifoCtrl5.fifoMode = (uint8_t) fifoMode; in ISDS_setFifoMode()
479 int8_t ISDS_getFifoMode(WE_sensorInterface_t* sensorInterface, ISDS_fifoMode_t *fifoMode) in ISDS_getFifoMode() argument
488 *fifoMode = (ISDS_fifoMode_t) fifoCtrl5.fifoMode; in ISDS_getFifoMode()