Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h291 …uint8_t rounding : 3; /**< Circular burst-mode (rounding) read from output registe… member
1045 int8_t ISDS_enableRounding(WE_sensorInterface_t* sensorInterface, ISDS_state_t rounding);
1046 int8_t ISDS_isRoundingEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *rounding);
DWSEN_ISDS_2536030320001_hal.c2039 ctrl5.rounding = roundingPattern; in ISDS_setRoundingPattern()
2059 *roundingPattern = (ISDS_roundingPattern_t) ctrl5.rounding; in ISDS_getRoundingPattern()
2236 int8_t ISDS_enableRounding(WE_sensorInterface_t* sensorInterface, ISDS_state_t rounding) in ISDS_enableRounding() argument
2245 ctrl7.enRounding = rounding; in ISDS_enableRounding()
2256 int8_t ISDS_isRoundingEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *rounding) in ISDS_isRoundingEnabled() argument
2265 *rounding = (ISDS_state_t) ctrl7.enRounding; in ISDS_isRoundingEnabled()