Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h568 } ITDS_outputDataRate_t; typedef
689 int8_t ITDS_setOutputDataRate(WE_sensorInterface_t* sensorInterface, ITDS_outputDataRate_t odr);
690 int8_t ITDS_getOutputDataRate(WE_sensorInterface_t* sensorInterface, ITDS_outputDataRate_t *odr);
DWSEN_ITDS_2533020201601_hal.c110 int8_t ITDS_setOutputDataRate(WE_sensorInterface_t* sensorInterface, ITDS_outputDataRate_t odr) in ITDS_setOutputDataRate()
130 int8_t ITDS_getOutputDataRate(WE_sensorInterface_t* sensorInterface, ITDS_outputDataRate_t *odr) in ITDS_getOutputDataRate()
139 *odr = (ITDS_outputDataRate_t) ctrl1.outputDataRate; in ITDS_getOutputDataRate()