Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h1081 int8_t ISDS_enableTiltCalculation(WE_sensorInterface_t* sensorInterface, ISDS_state_t tiltCalc);
1082 …nt8_t ISDS_isTiltCalculationEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *tiltCalc);
DWSEN_ISDS_2536030320001_hal.c2853 int8_t ISDS_enableTiltCalculation(WE_sensorInterface_t* sensorInterface, ISDS_state_t tiltCalc) in ISDS_enableTiltCalculation() argument
2862 ctrl10.enTiltCalculation = tiltCalc; in ISDS_enableTiltCalculation()
2873 int8_t ISDS_isTiltCalculationEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *tiltCalc) in ISDS_isTiltCalculationEnabled() argument
2882 *tiltCalc = (ISDS_state_t) ctrl10.enTiltCalculation; in ISDS_isTiltCalculationEnabled()