Home
last modified time | relevance | path

Searched refs:selfTest (Results 1 – 4 of 4) sorted by relevance

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h1025 …_t ISDS_setAccSelfTestMode(WE_sensorInterface_t* sensorInterface, ISDS_accSelfTestMode_t selfTest);
1026 …t ISDS_getAccSelfTestMode(WE_sensorInterface_t* sensorInterface, ISDS_accSelfTestMode_t *selfTest);
1027 … ISDS_setGyroSelfTestMode(WE_sensorInterface_t* sensorInterface, ISDS_gyroSelfTestMode_t selfTest);
1028 …ISDS_getGyroSelfTestMode(WE_sensorInterface_t* sensorInterface, ISDS_gyroSelfTestMode_t *selfTest);
DWSEN_ISDS_2536030320001_hal.c1910 …8_t ISDS_setAccSelfTestMode(WE_sensorInterface_t* sensorInterface, ISDS_accSelfTestMode_t selfTest) in ISDS_setAccSelfTestMode() argument
1919 ctrl5.accSelfTest = selfTest; in ISDS_setAccSelfTestMode()
1930 …_t ISDS_getAccSelfTestMode(WE_sensorInterface_t* sensorInterface, ISDS_accSelfTestMode_t *selfTest) in ISDS_getAccSelfTestMode() argument
1939 *selfTest = (ISDS_accSelfTestMode_t) ctrl5.accSelfTest; in ISDS_getAccSelfTestMode()
1950 …t ISDS_setGyroSelfTestMode(WE_sensorInterface_t* sensorInterface, ISDS_gyroSelfTestMode_t selfTest) in ISDS_setGyroSelfTestMode() argument
1959 ctrl5.gyroSelfTest = selfTest; in ISDS_setGyroSelfTestMode()
1970 … ISDS_getGyroSelfTestMode(WE_sensorInterface_t* sensorInterface, ISDS_gyroSelfTestMode_t *selfTest) in ISDS_getGyroSelfTestMode() argument
1979 *selfTest = (ISDS_gyroSelfTestMode_t) ctrl5.gyroSelfTest; in ISDS_getGyroSelfTestMode()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h711 …int8_t ITDS_setSelfTestMode(WE_sensorInterface_t* sensorInterface, ITDS_selfTestConfig_t selfTest);
712 …nt8_t ITDS_getSelfTestMode(WE_sensorInterface_t* sensorInterface, ITDS_selfTestConfig_t *selfTest);
DWSEN_ITDS_2533020201601_hal.c475 int8_t ITDS_setSelfTestMode(WE_sensorInterface_t* sensorInterface, ITDS_selfTestConfig_t selfTest) in ITDS_setSelfTestMode() argument
484 ctrl3.selfTestMode = selfTest; in ITDS_setSelfTestMode()
495 int8_t ITDS_getSelfTestMode(WE_sensorInterface_t* sensorInterface, ITDS_selfTestConfig_t *selfTest) in ITDS_getSelfTestMode() argument
504 *selfTest = (ITDS_selfTestConfig_t) ctrl3.selfTestMode; in ITDS_getSelfTestMode()