Lines Matching refs:hold
39 after a reboot uGuru will hold 0x00 here, but if the driver is removed and
40 later on attached again data-port will hold 0x08, more about this later.
43 turned up which will hold 0x00 instead of 0xAC at the CMD port, thus we also
45 hold 0x09 and will only hold 0x08 after reading CMD first, so CMD must be read
87 to hold 0x09, DATA should read 0x09 within 250 read cycles.
89 Next CMD _must_ be read and should hold 0xAC, usually CMD will hold 0xAC the
93 After reading CMD, DATA should hold 0x08 which means that the uGuru is ready
94 for input. As above DATA will usually hold 0x08 the first read but not always.
102 First the uGuru must be in "ready" mode as described above, DATA should hold
106 wait for to DATA to hold 0x08 again indicating that it wants / is ready for
116 Then for each byte of data you want to read wait for DATA to hold 0x01
120 Once all bytes have been read data will hold 0x09, but there is no reason to
135 Then for each byte of data you want to write wait for DATA to hold 0x00
139 Once all bytes have been written wait for DATA to hold 0x01 (max 250 reads)
142 Once DATA holds 0x01 read CMD it should hold 0xAC now.
154 turned up which do not hold 0x08 at DATA within 250 reads after writing the