Searched refs:rounding (Results 1 – 2 of 2) sorted by relevance
291 …uint8_t rounding : 3; /**< Circular burst-mode (rounding) read from output registe… member1045 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);
2039 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() argument2245 ctrl7.enRounding = rounding; in ISDS_enableRounding()2256 int8_t ISDS_isRoundingEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *rounding) in ISDS_isRoundingEnabled() argument2265 *rounding = (ISDS_state_t) ctrl7.enRounding; in ISDS_isRoundingEnabled()