Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h864 int8_t ITDS_setTapQuietTime(WE_sensorInterface_t* sensorInterface, uint8_t quietTime);
865 int8_t ITDS_getTapQuietTime(WE_sensorInterface_t* sensorInterface, uint8_t *quietTime);
DWSEN_ITDS_2533020201601_hal.c2858 int8_t ITDS_setTapQuietTime(WE_sensorInterface_t* sensorInterface, uint8_t quietTime) in ITDS_setTapQuietTime() argument
2867 intDuration.quiet = quietTime; in ITDS_setTapQuietTime()
2878 int8_t ITDS_getTapQuietTime(WE_sensorInterface_t* sensorInterface, uint8_t *quietTime) in ITDS_getTapQuietTime() argument
2888 *quietTime = intDuration.quiet; in ITDS_getTapQuietTime()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h1161 int8_t ISDS_setTapQuietTime(WE_sensorInterface_t* sensorInterface, uint8_t quietTime);
1162 int8_t ISDS_getTapQuietTime(WE_sensorInterface_t* sensorInterface, uint8_t *quietTime);
DWSEN_ISDS_2536030320001_hal.c4112 int8_t ISDS_setTapQuietTime(WE_sensorInterface_t* sensorInterface, uint8_t quietTime) in ISDS_setTapQuietTime() argument
4121 intDuration.quiet = (quietTime & 0x03); in ISDS_setTapQuietTime()
4132 int8_t ISDS_getTapQuietTime(WE_sensorInterface_t* sensorInterface, uint8_t *quietTime) in ISDS_getTapQuietTime() argument
4142 *quietTime = intDuration.quiet; in ISDS_getTapQuietTime()