Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h1019 …int8_t ISDS_enableGyroSleepMode(WE_sensorInterface_t* sensorInterface, ISDS_state_t gyroSleepMode);
1020 …_t ISDS_isGyroSleepModeEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *gyroSleepMode);
DWSEN_ISDS_2536030320001_hal.c1827 int8_t ISDS_enableGyroSleepMode(WE_sensorInterface_t* sensorInterface, ISDS_state_t gyroSleepMode) in ISDS_enableGyroSleepMode() argument
1836 ctrl4.enGyroSleepMode = gyroSleepMode; in ISDS_enableGyroSleepMode()
1847 …8_t ISDS_isGyroSleepModeEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *gyroSleepMode) in ISDS_isGyroSleepModeEnabled() argument
1856 *gyroSleepMode = (ISDS_state_t) ctrl4.enGyroSleepMode; in ISDS_isGyroSleepModeEnabled()