Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h359 …uint8_t latency : 4; /**< LATENCY[3:0]: Defines the maximum duration time gap for double-tap reco… member
DWSEN_ITDS_2533020201601_hal.c2827 intDuration.latency = latencyTime; in ITDS_setTapLatencyTime()
2847 *latencyTime = intDuration.latency; in ITDS_getTapLatencyTime()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h559 …uint8_t latency : 4; /**< Defines the maximum duration time gap for double-tap recogn… member
DWSEN_ISDS_2536030320001_hal.c4081 intDuration.latency = (latencyTime & 0x0F); in ISDS_setTapLatencyTime()
4101 *latencyTime = intDuration.latency; in ISDS_getTapLatencyTime()