Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h977 …logChainBandwidth(WE_sensorInterface_t* sensorInterface, ISDS_accAnalogChainBandwidth_t bandwidth);
978 …ogChainBandwidth(WE_sensorInterface_t* sensorInterface, ISDS_accAnalogChainBandwidth_t *bandwidth);
979 …igitalLpfBandwidth(WE_sensorInterface_t* sensorInterface, ISDS_accDigitalLpfBandwidth_t bandwidth);
980 …gitalLpfBandwidth(WE_sensorInterface_t* sensorInterface, ISDS_accDigitalLpfBandwidth_t *bandwidth);
1035 …SDS_setGyroLowPassFilterBandwidth(WE_sensorInterface_t* sensorInterface, ISDS_gyroLPF_t bandwidth);
1036 …DS_getGyroLowPassFilterBandwidth(WE_sensorInterface_t* sensorInterface, ISDS_gyroLPF_t *bandwidth);
DWSEN_ISDS_2536030320001_hal.c1074 …alogChainBandwidth(WE_sensorInterface_t* sensorInterface, ISDS_accAnalogChainBandwidth_t bandwidth) in ISDS_setAccAnalogChainBandwidth() argument
1083 ctrl1.accAnalogBandwidth = bandwidth; in ISDS_setAccAnalogChainBandwidth()
1094 …logChainBandwidth(WE_sensorInterface_t* sensorInterface, ISDS_accAnalogChainBandwidth_t *bandwidth) in ISDS_getAccAnalogChainBandwidth() argument
1103 *bandwidth = (ISDS_accAnalogChainBandwidth_t) ctrl1.accAnalogBandwidth; in ISDS_getAccAnalogChainBandwidth()
1114 …DigitalLpfBandwidth(WE_sensorInterface_t* sensorInterface, ISDS_accDigitalLpfBandwidth_t bandwidth) in ISDS_setAccDigitalLpfBandwidth() argument
1123 ctrl1.accDigitalBandwidth = bandwidth; in ISDS_setAccDigitalLpfBandwidth()
1134 …igitalLpfBandwidth(WE_sensorInterface_t* sensorInterface, ISDS_accDigitalLpfBandwidth_t *bandwidth) in ISDS_getAccDigitalLpfBandwidth() argument
1143 *bandwidth = (ISDS_accDigitalLpfBandwidth_t) ctrl1.accDigitalBandwidth; in ISDS_getAccDigitalLpfBandwidth()
2073 …ISDS_setGyroLowPassFilterBandwidth(WE_sensorInterface_t* sensorInterface, ISDS_gyroLPF_t bandwidth) in ISDS_setGyroLowPassFilterBandwidth() argument
2082 ctrl6.gyroLowPassFilterType = bandwidth; in ISDS_setGyroLowPassFilterBandwidth()
[all …]