Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h1047 …italHighPassCutoff(WE_sensorInterface_t* sensorInterface, ISDS_gyroDigitalHighPassCutoff_t cutoff);
1048 …talHighPassCutoff(WE_sensorInterface_t* sensorInterface, ISDS_gyroDigitalHighPassCutoff_t *cutoff);
DWSEN_ISDS_2536030320001_hal.c2276 …gitalHighPassCutoff(WE_sensorInterface_t* sensorInterface, ISDS_gyroDigitalHighPassCutoff_t cutoff) in ISDS_setGyroDigitalHighPassCutoff() argument
2285 ctrl7.gyroDigitalHighPassCutoff = cutoff; in ISDS_setGyroDigitalHighPassCutoff()
2296 …italHighPassCutoff(WE_sensorInterface_t* sensorInterface, ISDS_gyroDigitalHighPassCutoff_t *cutoff) in ISDS_getGyroDigitalHighPassCutoff() argument
2305 *cutoff = (ISDS_gyroDigitalHighPassCutoff_t) ctrl7.gyroDigitalHighPassCutoff; in ISDS_getGyroDigitalHighPassCutoff()