Lines Matching +full:0 +full:x6a
14 #define W1_DS2781_READ_DATA 0x69
15 #define W1_DS2781_WRITE_DATA 0x6C
16 #define W1_DS2781_COPY_DATA 0x48
17 #define W1_DS2781_RECALL_DATA 0xB8
18 #define W1_DS2781_LOCK 0x6A
21 /* Register 0x00 Reserved */
22 #define DS2781_STATUS 0x01
23 #define DS2781_RAAC_MSB 0x02
24 #define DS2781_RAAC_LSB 0x03
25 #define DS2781_RSAC_MSB 0x04
26 #define DS2781_RSAC_LSB 0x05
27 #define DS2781_RARC 0x06
28 #define DS2781_RSRC 0x07
29 #define DS2781_IAVG_MSB 0x08
30 #define DS2781_IAVG_LSB 0x09
31 #define DS2781_TEMP_MSB 0x0A
32 #define DS2781_TEMP_LSB 0x0B
33 #define DS2781_VOLT_MSB 0x0C
34 #define DS2781_VOLT_LSB 0x0D
35 #define DS2781_CURRENT_MSB 0x0E
36 #define DS2781_CURRENT_LSB 0x0F
37 #define DS2781_ACR_MSB 0x10
38 #define DS2781_ACR_LSB 0x11
39 #define DS2781_ACRL_MSB 0x12
40 #define DS2781_ACRL_LSB 0x13
41 #define DS2781_AS 0x14
42 #define DS2781_SFR 0x15
43 #define DS2781_FULL_MSB 0x16
44 #define DS2781_FULL_LSB 0x17
45 #define DS2781_AE_MSB 0x18
46 #define DS2781_AE_LSB 0x19
47 #define DS2781_SE_MSB 0x1A
48 #define DS2781_SE_LSB 0x1B
49 /* Register 0x1C - 0x1E Reserved */
50 #define DS2781_EEPROM 0x1F
51 #define DS2781_EEPROM_BLOCK0_START 0x20
52 /* Register 0x20 - 0x2F User EEPROM */
53 #define DS2781_EEPROM_BLOCK0_END 0x2F
54 /* Register 0x30 - 0x5F Reserved */
55 #define DS2781_EEPROM_BLOCK1_START 0x60
56 #define DS2781_CONTROL 0x60
57 #define DS2781_AB 0x61
58 #define DS2781_AC_MSB 0x62
59 #define DS2781_AC_LSB 0x63
60 #define DS2781_VCHG 0x64
61 #define DS2781_IMIN 0x65
62 #define DS2781_VAE 0x66
63 #define DS2781_IAE 0x67
64 #define DS2781_AE_40 0x68
65 #define DS2781_RSNSP 0x69
66 #define DS2781_FULL_40_MSB 0x6A
67 #define DS2781_FULL_40_LSB 0x6B
68 #define DS2781_FULL_4_SLOPE 0x6C
69 #define DS2781_FULL_3_SLOPE 0x6D
70 #define DS2781_FULL_2_SLOPE 0x6E
71 #define DS2781_FULL_1_SLOPE 0x6F
72 #define DS2781_AE_4_SLOPE 0x70
73 #define DS2781_AE_3_SLOPE 0x71
74 #define DS2781_AE_2_SLOPE 0x72
75 #define DS2781_AE_1_SLOPE 0x73
76 #define DS2781_SE_4_SLOPE 0x74
77 #define DS2781_SE_3_SLOPE 0x75
78 #define DS2781_SE_2_SLOPE 0x76
79 #define DS2781_SE_1_SLOPE 0x77
80 #define DS2781_RSGAIN_MSB 0x78
81 #define DS2781_RSGAIN_LSB 0x79
82 #define DS2781_RSTC 0x7A
83 #define DS2781_COB 0x7B
84 #define DS2781_TBP34 0x7C
85 #define DS2781_TBP23 0x7D
86 #define DS2781_TBP12 0x7E
87 #define DS2781_EEPROM_BLOCK1_END 0x7F
88 /* Register 0x7D - 0xFF Reserved */
90 #define DS2781_FSGAIN_MSB 0xB0
91 #define DS2781_FSGAIN_LSB 0xB1
94 #define DS2781_DATA_SIZE 0xB2
104 /* Bit 0 Reserved */
113 /* Bit 0 - 2 Reserved */
117 #define DS2781_SFR_PIOSC (1 << 0)
124 #define DS2781_EEPROM_BL0 (1 << 0)