Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h745 } ISDS_accOutputDataRate_t; typedef
983 …int8_t ISDS_setAccOutputDataRate(WE_sensorInterface_t* sensorInterface, ISDS_accOutputDataRate_t o…
984 …int8_t ISDS_getAccOutputDataRate(WE_sensorInterface_t* sensorInterface, ISDS_accOutputDataRate_t *…
DWSEN_ISDS_2536030320001_hal.c1205 int8_t ISDS_setAccOutputDataRate(WE_sensorInterface_t* sensorInterface, ISDS_accOutputDataRate_t od… in ISDS_setAccOutputDataRate()
1225 int8_t ISDS_getAccOutputDataRate(WE_sensorInterface_t* sensorInterface, ISDS_accOutputDataRate_t *o… in ISDS_getAccOutputDataRate()
1234 *odr = (ISDS_accOutputDataRate_t) ctrl1.accOutputDataRate; in ISDS_getAccOutputDataRate()