Lines Matching refs:DATA
36 and 0xE4 as DATA because Abit refers to them with these names.
38 If DATA holds 0x00 or 0x08 and CMD holds 0x00 or 0xAC an uGuru could be
45 have to test CMD for two different values. On these uGuru's DATA will initially
87 To put the uGuru in ready mode first write 0x00 to DATA and then wait for DATA
88 to hold 0x09, DATA should read 0x09 within 250 read cycles.
94 After reading CMD, DATA should hold 0x08 which means that the uGuru is ready
95 for input. As above DATA will usually hold 0x08 the first read but not always.
97 not yet reported 0x08 at DATA and you proceed with writing a bank address.
103 First the uGuru must be in "ready" mode as described above, DATA should hold
106 Next write the bank address to DATA. After the bank address has been written
107 wait for to DATA to hold 0x08 again indicating that it wants / is ready for
110 Once DATA holds 0x08 again write the sensor address to CMD.
117 Then for each byte of data you want to read wait for DATA to hold 0x01
119 DATA holds 0x01 read the byte from CMD.
136 Then for each byte of data you want to write wait for DATA to hold 0x00
138 once DATA holds 0x00 write the byte to CMD.
140 Once all bytes have been written wait for DATA to hold 0x01 (max 250 reads)
143 Once DATA holds 0x01 read CMD it should hold 0xAC now.
155 turned up which do not hold 0x08 at DATA within 250 reads after writing the