Searched refs:activeHigh (Results 1 – 2 of 2) sorted by relevance
1029 …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);
1990 int8_t ISDS_setDataEnableActiveHigh(WE_sensorInterface_t* sensorInterface, ISDS_state_t activeHigh) in ISDS_setDataEnableActiveHigh() argument1999 ctrl5.dataEnableActiveLevel = activeHigh; in ISDS_setDataEnableActiveHigh()2010 int8_t ISDS_isDataEnableActiveHigh(WE_sensorInterface_t* sensorInterface, ISDS_state_t *activeHigh) in ISDS_isDataEnableActiveHigh() argument2019 *activeHigh = (ISDS_state_t) ctrl5.dataEnableActiveLevel; in ISDS_isDataEnableActiveHigh()