Subversion Repositories Kolibri OS

Rev

Rev 5363 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5363 Rev 5551
Line 33... Line 33...
33
STOP_BIT_1  = 0 shl 11
33
STOP_BIT_1  = 0 shl 11
34
STOP_BIT_15 = 1 shl 11
34
STOP_BIT_15 = 1 shl 11
35
STOP_BIT_2  = 2 shl 11
35
STOP_BIT_2  = 2 shl 11
36
  ;break type
36
  ;break type
37
BREAK_OFF   = 0 shl 14
37
BREAK_OFF   = 0 shl 14
38
BREAK_OFF   = 1 shl 14
38
BREAK_ON    = 1 shl 14
39
  ;number of bits has to be at lower byte
39
  ;number of bits has to be at lower byte
Line 40... Line 40...
40
  
40
  
41
;Flow control
41
;Flow control
42
SIO_DISABLE_FLOW_CTRL = 0x0
42
SIO_DISABLE_FLOW_CTRL = 0x0
Line 176... Line 176...
176
 
176
 
177
  ;input buffer map for requests above FTDI_GET_LIST
177
  ;input buffer map for requests above FTDI_GET_LIST
178
struc in_buf_map
178
struc in_buf_map
179
pid         dd ? ; Should be PID of application using this file
179
pid         dd ? ; Should be PID of application using this file
-
 
180
dev_handle  dd ? ; Should be value acquired from one of dev_list's nodes