Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h1029 …nt8_t ISDS_setDataEnableActiveHigh(WE_sensorInterface_t* sensorInterface, ISDS_state_t activeHigh);
1030 …nt8_t ISDS_isDataEnableActiveHigh(WE_sensorInterface_t* sensorInterface, ISDS_state_t *activeHigh);
DWSEN_ISDS_2536030320001_hal.c1990 int8_t ISDS_setDataEnableActiveHigh(WE_sensorInterface_t* sensorInterface, ISDS_state_t activeHigh) in ISDS_setDataEnableActiveHigh() argument
1999 ctrl5.dataEnableActiveLevel = activeHigh; in ISDS_setDataEnableActiveHigh()
2010 int8_t ISDS_isDataEnableActiveHigh(WE_sensorInterface_t* sensorInterface, ISDS_state_t *activeHigh) in ISDS_isDataEnableActiveHigh() argument
2019 *activeHigh = (ISDS_state_t) ctrl5.dataEnableActiveLevel; in ISDS_isDataEnableActiveHigh()