Changes between Version 2 and Version 3 of Ticket #358, comment 2
- Timestamp:
- 2012-02-23T16:02:01Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #358, comment 2
v2 v3 31 31 // 32 32 // Read/write accesses into the device translate into CMD_PIO_READ/WRITE_n. 33 // The if-construct combined with the bitwise AND translates into CM P_BTEST and CMD_PREDICATE.33 // The if-construct combined with the bitwise AND translates into CMD_BTEST and CMD_PREDICATE. 34 34 // 35 35 if (my_device.status & MY_DEVICE_DATA_READY) {