genericopenlibs/openenvcore/include/sys/serial.dosc
changeset 0 e4d67989cc36
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/include/sys/serial.dosc	Tue Feb 02 02:01:42 2010 +0200
@@ -0,0 +1,131 @@
+/** @file  ../include/sys/serial.h
+@internalComponent
+*/
+
+/** @def KNotifyBreakInt
+
+notification.
+
+@publishedAll
+@released
+*/
+
+/** @def KNotifyCD
+
+notification.
+
+@publishedAll
+@released
+*/
+
+/** @def KNotifyCTS
+
+notification.
+
+@publishedAll
+@released
+*/
+
+/** @def KNotifyDataAvailable
+
+notification.
+
+@publishedAll
+@released
+*/
+
+/** @def KNotifyDSR
+
+notification.
+
+@publishedAll
+@released
+*/
+
+/** @def KNotifyFramingError
+
+notification.
+
+@publishedAll
+@released
+*/
+
+/** @def KNotifyOutputEmpty
+
+notification.
+
+@publishedAll
+@released
+*/
+
+/** @def KNotifyOverrunError
+
+notification.
+
+@publishedAll
+@released
+*/
+
+/** @def KNotifyParityError
+
+notification.
+
+@publishedAll
+@released
+*/
+
+/** @def KNotifyRI
+
+notification.
+
+@publishedAll
+@released
+*/
+
+/** @enum uio_seg
+
+enums, defines and struct for serial port settings
+
+@publishedAll
+@released
+*/
+
+/** @enum StopBits
+
+enums, defines and struct for serial port settings
+
+@publishedAll
+@released
+*/
+
+/** @enum Parity
+
+enums, defines and struct for serial port settings
+
+@publishedAll
+@released
+*/
+
+/** @enum Bps
+
+enums, defines and struct for serial port settings
+
+@publishedAll
+@released
+*/
+
+/** @enum Fifo
+
+enums, defines and struct for serial port settings
+
+@publishedAll
+@released
+*/
+
+/** @enum Sir
+
+enums, defines and struct for serial port settings
+
+@publishedAll
+@released
+*/