Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h678 } ISDS_fifoDecimation_t; typedef
921 …int8_t ISDS_setFifoAccDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t deci…
922 …int8_t ISDS_getFifoAccDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t *dec…
923 …int8_t ISDS_setFifoGyroDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t dec…
924 …int8_t ISDS_getFifoGyroDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t *de…
927 …_setFifoDataset3Decimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t decimation…
928 …_getFifoDataset3Decimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t *decimatio…
929 …_setFifoDataset4Decimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t decimation…
930 …_getFifoDataset4Decimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t *decimatio…
DWSEN_ISDS_2536030320001_hal.c213 int8_t ISDS_setFifoAccDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t decim… in ISDS_setFifoAccDecimation()
233 int8_t ISDS_getFifoAccDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t *deci… in ISDS_getFifoAccDecimation()
242 *decimation = (ISDS_fifoDecimation_t) fifoCtrl3.fifoAccDecimation; in ISDS_getFifoAccDecimation()
253 int8_t ISDS_setFifoGyroDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t deci… in ISDS_setFifoGyroDecimation()
273 int8_t ISDS_getFifoGyroDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t *dec… in ISDS_getFifoGyroDecimation()
282 *decimation = (ISDS_fifoDecimation_t) fifoCtrl3.fifoGyroDecimation; in ISDS_getFifoGyroDecimation()
296 int8_t ISDS_setFifoDataset3Decimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t in ISDS_setFifoDataset3Decimation()
316 int8_t ISDS_getFifoDataset3Decimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t in ISDS_getFifoDataset3Decimation()
325 *decimation = (ISDS_fifoDecimation_t) fifoCtrl4.fifoThirdDecimation; in ISDS_getFifoDataset3Decimation()
336 int8_t ISDS_setFifoDataset4Decimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t in ISDS_setFifoDataset4Decimation()
[all …]