1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/openenvcore/include/sys/serial.dosc Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,131 @@
1.4 +/** @file ../include/sys/serial.h
1.5 +@internalComponent
1.6 +*/
1.7 +
1.8 +/** @def KNotifyBreakInt
1.9 +
1.10 +notification.
1.11 +
1.12 +@publishedAll
1.13 +@released
1.14 +*/
1.15 +
1.16 +/** @def KNotifyCD
1.17 +
1.18 +notification.
1.19 +
1.20 +@publishedAll
1.21 +@released
1.22 +*/
1.23 +
1.24 +/** @def KNotifyCTS
1.25 +
1.26 +notification.
1.27 +
1.28 +@publishedAll
1.29 +@released
1.30 +*/
1.31 +
1.32 +/** @def KNotifyDataAvailable
1.33 +
1.34 +notification.
1.35 +
1.36 +@publishedAll
1.37 +@released
1.38 +*/
1.39 +
1.40 +/** @def KNotifyDSR
1.41 +
1.42 +notification.
1.43 +
1.44 +@publishedAll
1.45 +@released
1.46 +*/
1.47 +
1.48 +/** @def KNotifyFramingError
1.49 +
1.50 +notification.
1.51 +
1.52 +@publishedAll
1.53 +@released
1.54 +*/
1.55 +
1.56 +/** @def KNotifyOutputEmpty
1.57 +
1.58 +notification.
1.59 +
1.60 +@publishedAll
1.61 +@released
1.62 +*/
1.63 +
1.64 +/** @def KNotifyOverrunError
1.65 +
1.66 +notification.
1.67 +
1.68 +@publishedAll
1.69 +@released
1.70 +*/
1.71 +
1.72 +/** @def KNotifyParityError
1.73 +
1.74 +notification.
1.75 +
1.76 +@publishedAll
1.77 +@released
1.78 +*/
1.79 +
1.80 +/** @def KNotifyRI
1.81 +
1.82 +notification.
1.83 +
1.84 +@publishedAll
1.85 +@released
1.86 +*/
1.87 +
1.88 +/** @enum uio_seg
1.89 +
1.90 +enums, defines and struct for serial port settings
1.91 +
1.92 +@publishedAll
1.93 +@released
1.94 +*/
1.95 +
1.96 +/** @enum StopBits
1.97 +
1.98 +enums, defines and struct for serial port settings
1.99 +
1.100 +@publishedAll
1.101 +@released
1.102 +*/
1.103 +
1.104 +/** @enum Parity
1.105 +
1.106 +enums, defines and struct for serial port settings
1.107 +
1.108 +@publishedAll
1.109 +@released
1.110 +*/
1.111 +
1.112 +/** @enum Bps
1.113 +
1.114 +enums, defines and struct for serial port settings
1.115 +
1.116 +@publishedAll
1.117 +@released
1.118 +*/
1.119 +
1.120 +/** @enum Fifo
1.121 +
1.122 +enums, defines and struct for serial port settings
1.123 +
1.124 +@publishedAll
1.125 +@released
1.126 +*/
1.127 +
1.128 +/** @enum Sir
1.129 +
1.130 +enums, defines and struct for serial port settings
1.131 +
1.132 +@publishedAll
1.133 +@released
1.134 +*/