Searched refs:fifoMode (Results 1 – 6 of 6) sorted by relevance
/hal_wurthelektronik-3.7.0-3.6.0/sensors/WeSensorsSDK/WSEN_PADS_2511020213301/ |
D | WSEN_PADS_2511020213301.h | 242 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);
|
D | WSEN_PADS_2511020213301.c | 1434 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-3.7.0-3.6.0/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601/ |
D | WSEN_ITDS_2533020201601.h | 270 uint8_t fifoMode : 3; /**< FMODE[2:0]: Select the FIFO mode */ member 821 int8_t ITDS_setFifoMode(WE_sensorInterface_t* sensorInterface, ITDS_FifoMode_t fifoMode); 822 int8_t ITDS_getFifoMode(WE_sensorInterface_t* sensorInterface, ITDS_FifoMode_t *fifoMode);
|
D | WSEN_ITDS_2533020201601.c | 2318 int8_t ITDS_setFifoMode(WE_sensorInterface_t* sensorInterface, ITDS_FifoMode_t fifoMode) in ITDS_setFifoMode() argument 2327 fifoCtrl.fifoMode = fifoMode; in ITDS_setFifoMode() 2338 int8_t ITDS_getFifoMode(WE_sensorInterface_t* sensorInterface, ITDS_FifoMode_t *fifoMode) in ITDS_getFifoMode() argument 2347 *fifoMode = (ITDS_FifoMode_t) fifoCtrl.fifoMode; in ITDS_getFifoMode()
|
/hal_wurthelektronik-3.7.0-3.6.0/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001/ |
D | WSEN_ISDS_2536030320001.h | 158 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);
|
D | WSEN_ISDS_2536030320001.c | 459 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()
|