Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h144 …uint8_t fifoFourthDecimation : 3; /**< Fourth FIFO data set decimation setting. Default: 0. Se… member
DWSEN_ISDS_2536030320001_hal.c345 fifoCtrl4.fifoFourthDecimation = (uint8_t) decimation; in ISDS_setFifoDataset4Decimation()
365 *decimation = (ISDS_fifoDecimation_t) fifoCtrl4.fifoFourthDecimation; in ISDS_getFifoDataset4Decimation()