Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h862 int8_t ITDS_setTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t latencyTime);
863 int8_t ITDS_getTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t *latencyTime);
DWSEN_ITDS_2533020201601_hal.c2818 int8_t ITDS_setTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t latencyTime) in ITDS_setTapLatencyTime() argument
2827 intDuration.latency = latencyTime; in ITDS_setTapLatencyTime()
2838 int8_t ITDS_getTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t *latencyTime) in ITDS_getTapLatencyTime() argument
2847 *latencyTime = intDuration.latency; in ITDS_getTapLatencyTime()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h1159 int8_t ISDS_setTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t latencyTime);
1160 int8_t ISDS_getTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t *latencyTime);
DWSEN_ISDS_2536030320001_hal.c4072 int8_t ISDS_setTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t latencyTime) in ISDS_setTapLatencyTime() argument
4081 intDuration.latency = (latencyTime & 0x0F); in ISDS_setTapLatencyTime()
4092 int8_t ISDS_getTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t *latencyTime) in ISDS_getTapLatencyTime() argument
4101 *latencyTime = intDuration.latency; in ISDS_getTapLatencyTime()