We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d69155 commit e447d4cCopy full SHA for e447d4c
drivers/w1/slaves/w1_ds2760.h
@@ -24,11 +24,13 @@
24
#define DS2760_DATA_SIZE 0x40
25
26
#define DS2760_PROTECTION_REG 0x00
27
+
28
#define DS2760_STATUS_REG 0x01
- #define DS2760_STATUS_IE (1 << 2)
29
- #define DS2760_STATUS_SWEN (1 << 3)
30
- #define DS2760_STATUS_RNAOP (1 << 4)
31
- #define DS2760_STATUS_PMOD (1 << 5)
+#define DS2760_STATUS_IE (1 << 2)
+#define DS2760_STATUS_SWEN (1 << 3)
+#define DS2760_STATUS_RNAOP (1 << 4)
32
+#define DS2760_STATUS_PMOD (1 << 5)
33
34
#define DS2760_EEPROM_REG 0x07
35
#define DS2760_SPECIAL_FEATURE_REG 0x08
36
#define DS2760_VOLTAGE_MSB 0x0c
0 commit comments