generic_serial.h
01: 
02: 
03: 
04: R.E.Wolff@BitWizard.nl
05: 
06: 
07: 
08: 
09: 
10: 
11: 
12: #ifndef GENERIC_SERIAL_H
13: #define GENERIC_SERIAL_H
14: 
15: 
16: 
17: 
18: 
19: 
20: #define GS_TX_INTEN      0x00800000
21: #define GS_RX_INTEN      0x00400000
22: #define GS_ACTIVE        0x00200000
23: 
24: 
25: 
26: #define GS_TYPE_NORMAL   1
27: 
28: #define GS_DEBUG_FLUSH   0x00000001
29: #define GS_DEBUG_BTR     0x00000002
30: #define GS_DEBUG_TERMIOS 0x00000004
31: #define GS_DEBUG_STUFF   0x00000008
32: #define GS_DEBUG_CLOSE   0x00000010
33: #define GS_DEBUG_FLOW    0x00000020
34: #define GS_DEBUG_WRITE   0x00000040
35: 
36: #endif
37: 
      
      
      
      
   
      
      
         
            
            © Andrew Scott 2006 -
            2025, 
            All Rights Reserved