Searched refs:conf (Results 1 – 2 of 2) sorted by relevance
453 int8_t PADS_setLowPassFilterConfig(WE_sensorInterface_t* sensorInterface, PADS_filterConf_t conf);454 …int8_t PADS_getLowPassFilterConfig(WE_sensorInterface_t* sensorInterface, PADS_filterConf_t *conf);
1013 int8_t PADS_setLowPassFilterConfig(WE_sensorInterface_t* sensorInterface, PADS_filterConf_t conf) in PADS_setLowPassFilterConfig() argument1022 ctrl1.lowPassFilterConfig = conf; in PADS_setLowPassFilterConfig()1033 int8_t PADS_getLowPassFilterConfig(WE_sensorInterface_t* sensorInterface, PADS_filterConf_t *conf) in PADS_getLowPassFilterConfig() argument1042 *conf = (PADS_filterConf_t) ctrl1.lowPassFilterConfig; in PADS_getLowPassFilterConfig()