Searched refs:latencyTime (Results 1 – 4 of 4) sorted by relevance
862 int8_t ITDS_setTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t latencyTime);863 int8_t ITDS_getTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t *latencyTime);
2818 int8_t ITDS_setTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t latencyTime) in ITDS_setTapLatencyTime() argument2827 intDuration.latency = latencyTime; in ITDS_setTapLatencyTime()2838 int8_t ITDS_getTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t *latencyTime) in ITDS_getTapLatencyTime() argument2847 *latencyTime = intDuration.latency; in ITDS_getTapLatencyTime()
1159 int8_t ISDS_setTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t latencyTime);1160 int8_t ISDS_getTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t *latencyTime);
4072 int8_t ISDS_setTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t latencyTime) in ISDS_setTapLatencyTime() argument4081 intDuration.latency = (latencyTime & 0x0F); in ISDS_setTapLatencyTime()4092 int8_t ISDS_getTapLatencyTime(WE_sensorInterface_t* sensorInterface, uint8_t *latencyTime) in ISDS_getTapLatencyTime() argument4101 *latencyTime = intDuration.latency; in ISDS_getTapLatencyTime()