Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h769 } ISDS_gyroOutputDataRate_t; typedef
989 …t ISDS_setGyroOutputDataRate(WE_sensorInterface_t* sensorInterface, ISDS_gyroOutputDataRate_t odr);
990 … ISDS_getGyroOutputDataRate(WE_sensorInterface_t* sensorInterface, ISDS_gyroOutputDataRate_t *odr);
DWSEN_ISDS_2536030320001_hal.c1299 int8_t ISDS_setGyroOutputDataRate(WE_sensorInterface_t* sensorInterface, ISDS_gyroOutputDataRate_t in ISDS_setGyroOutputDataRate()
1319 int8_t ISDS_getGyroOutputDataRate(WE_sensorInterface_t* sensorInterface, ISDS_gyroOutputDataRate_t in ISDS_getGyroOutputDataRate()
1328 *odr = (ISDS_gyroOutputDataRate_t) ctrl2.gyroOutputDataRate; in ISDS_getGyroOutputDataRate()