Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_HIDS_2525020210001_hal/
DWSEN_HIDS_2525020210001_hal.h224 } HIDS_interruptActiveLevel_t; typedef
276 …_setInterruptActiveLevel(WE_sensorInterface_t* sensorInterface, HIDS_interruptActiveLevel_t level);
277 …getInterruptActiveLevel(WE_sensorInterface_t* sensorInterface, HIDS_interruptActiveLevel_t *level);
DWSEN_HIDS_2525020210001_hal.c541 …S_setInterruptActiveLevel(WE_sensorInterface_t* sensorInterface, HIDS_interruptActiveLevel_t level) in HIDS_setInterruptActiveLevel()
561 …_getInterruptActiveLevel(WE_sensorInterface_t* sensorInterface, HIDS_interruptActiveLevel_t *level) in HIDS_getInterruptActiveLevel()
570 *level = (HIDS_interruptActiveLevel_t) ctrlReg3.drdyOutputLevel; in HIDS_getInterruptActiveLevel()