Changes between Version 2 and Version 3 of Ticket #358, comment 2


Ignore:
Timestamp:
2012-02-23T16:02:01Z (12 years ago)
Author:
Jakub Jermář

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #358, comment 2

    v2 v3  
    3131        //
    3232        // Read/write accesses into the device translate into CMD_PIO_READ/WRITE_n.
    33         // The if-construct combined with the bitwise AND translates into CMP_BTEST and CMD_PREDICATE.
     33        // The if-construct combined with the bitwise AND translates into CMD_BTEST and CMD_PREDICATE.
    3434        //
    3535        if (my_device.status & MY_DEVICE_DATA_READY) {