Lines Matching full:hold
40 after a reboot uGuru will hold 0x00 here, but if the driver is removed and
41 later on attached again data-port will hold 0x08, more about this later.
44 turned up which will hold 0x00 instead of 0xAC at the CMD port, thus we also
46 hold 0x09 and will only hold 0x08 after reading CMD first, so CMD must be read
88 to hold 0x09, DATA should read 0x09 within 250 read cycles.
90 Next CMD _must_ be read and should hold 0xAC, usually CMD will hold 0xAC the
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.
103 First the uGuru must be in "ready" mode as described above, DATA should hold
107 wait for to DATA to hold 0x08 again indicating that it wants / is ready for
117 Then for each byte of data you want to read wait for DATA to hold 0x01
121 Once all bytes have been read data will hold 0x09, but there is no reason to
136 Then for each byte of data you want to write wait for DATA to hold 0x00
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