Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/
DWSEN_PADS_2511020213301_hal.h346 } PADS_interruptActiveLevel_t; typedef
463 …_setInterruptActiveLevel(WE_sensorInterface_t* sensorInterface, PADS_interruptActiveLevel_t level);
464 …getInterruptActiveLevel(WE_sensorInterface_t* sensorInterface, PADS_interruptActiveLevel_t *level);
DWSEN_PADS_2511020213301_hal.c1152 …S_setInterruptActiveLevel(WE_sensorInterface_t* sensorInterface, PADS_interruptActiveLevel_t level) in PADS_setInterruptActiveLevel()
1172 …_getInterruptActiveLevel(WE_sensorInterface_t* sensorInterface, PADS_interruptActiveLevel_t *level) in PADS_getInterruptActiveLevel()
1181 *level = (PADS_interruptActiveLevel_t) ctrl2.intActiveLevel; in PADS_getInterruptActiveLevel()