Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/
DWSEN_PADS_2511020213301_hal.h332 } PADS_outputDataRate_t; typedef
448 int8_t PADS_setOutputDataRate(WE_sensorInterface_t* sensorInterface, PADS_outputDataRate_t odr);
449 int8_t PADS_getOutputDataRate(WE_sensorInterface_t* sensorInterface, PADS_outputDataRate_t* odr);
DWSEN_PADS_2511020213301_hal.c933 int8_t PADS_setOutputDataRate(WE_sensorInterface_t* sensorInterface, PADS_outputDataRate_t odr) in PADS_setOutputDataRate()
953 int8_t PADS_getOutputDataRate(WE_sensorInterface_t* sensorInterface, PADS_outputDataRate_t* odr) in PADS_getOutputDataRate()
962 *odr = (PADS_outputDataRate_t) ctrl1.outputDataRate; in PADS_getOutputDataRate()