Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h921 …ISDS_setFifoAccDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t decimation);
922 …SDS_getFifoAccDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t *decimation);
923 …SDS_setFifoGyroDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t decimation);
924 …DS_getFifoGyroDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t *decimation);
927 …setFifoDataset3Decimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t decimation);
928 …etFifoDataset3Decimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t *decimation);
929 …setFifoDataset4Decimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t decimation);
930 …etFifoDataset4Decimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t *decimation);
DWSEN_ISDS_2536030320001_hal.c213 … ISDS_setFifoAccDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t decimation) in ISDS_setFifoAccDecimation() argument
222 fifoCtrl3.fifoAccDecimation = (uint8_t) decimation; in ISDS_setFifoAccDecimation()
233 …ISDS_getFifoAccDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t *decimation) in ISDS_getFifoAccDecimation() argument
242 *decimation = (ISDS_fifoDecimation_t) fifoCtrl3.fifoAccDecimation; in ISDS_getFifoAccDecimation()
253 …ISDS_setFifoGyroDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t decimation) in ISDS_setFifoGyroDecimation() argument
262 fifoCtrl3.fifoGyroDecimation = (uint8_t) decimation; in ISDS_setFifoGyroDecimation()
273 …SDS_getFifoGyroDecimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t *decimation) in ISDS_getFifoGyroDecimation() argument
282 *decimation = (ISDS_fifoDecimation_t) fifoCtrl3.fifoGyroDecimation; in ISDS_getFifoGyroDecimation()
296 …_setFifoDataset3Decimation(WE_sensorInterface_t* sensorInterface, ISDS_fifoDecimation_t decimation) in ISDS_setFifoDataset3Decimation() argument
305 fifoCtrl4.fifoThirdDecimation = (uint8_t) decimation; in ISDS_setFifoDataset3Decimation()
[all …]