home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / Vector18.lha / include / hkduartstruct.i < prev    next >
Encoding:
Text File  |  1993-09-17  |  909 b   |  43 lines

  1. *
  2. * $Header: DH0:src/asm/duart/device/RCS/hkduartstruct.i,v 7.0 92/12/08 11:48:21 Barnard Rel $
  3. *
  4. *****************************************************************************
  5. *
  6. * H K D U A R T - D E V I C E
  7. *
  8. *****************************************************************************
  9. *
  10. * structures for the hkduart.device
  11. *
  12. *****************************************************************************
  13. *
  14.  
  15. *
  16. * query
  17. *
  18.  
  19.                 BITDEF    QU,DSR,3
  20.                 BITDEF    QU,CTS,4
  21.                 BITDEF    QU,CD,5
  22.                 BITDEF    QU,RTS,6
  23.                 BITDEF    QU,DTR,7
  24.  
  25. *
  26. * query2
  27. *
  28.  
  29.                 BITDEF    QU,BRKSENT,1
  30.                 BITDEF    QU,BRKREC,2
  31.                 BITDEF    QU,TXXOFF,3
  32.                 BITDEF    QU,RXXOFF,4
  33.  
  34. *
  35. * Flag-Bits
  36. *
  37.  
  38.                 BITDEF    DU,PARTY_ON,0        * parity-enabled bit
  39.                 BITDEF    DU,PARTY_ODD,1        * parity feature enabled bit
  40.                 BITDEF    DU,7WIRE,2            * RS232 7-wire protocol
  41.                 BITDEF    DU,SHARED,5            * non-exclusive access bit
  42.                 BITDEF    DU,XDISABLED,7        * xOn-xOff feature disabled bit
  43.