]> Git Repo - qemu.git/blobdiff - hw/tmp105.h
tmp105: Add temperature QOM property
[qemu.git] / hw / tmp105.h
index c21396f50063bb264b406a0979ef54a1c104e1bc..d2189191e2a3ca4d0cc2c417d7d65292bbeea954 100644 (file)
@@ -44,19 +44,4 @@ typedef struct TMP105State {
     uint8_t alarm;
 } TMP105State;
 
-/**
- * tmp105_set:
- * @i2c: dispatcher to TMP105 hardware model
- * @temp: temperature with 0.001 centigrades units in the range -40 C to +125 C
- *
- * Sets the temperature of the TMP105 hardware model.
- *
- * Bits 5 and 6 (value 32 and 64) in the register indexed by TMP105_REG_CONFIG
- * determine the precision of the temperature. See Table 8 in the data sheet.
- *
- * @see_also: I2C_SLAVE macro
- * @see_also: http://www.ti.com/lit/gpn/tmp105
- */
-void tmp105_set(I2CSlave *i2c, int temp);
-
 #endif
This page took 0.0216 seconds and 4 git commands to generate.