os/ossrv/genericopenlibs/openenvcore/include/sys/serial.dosc
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /** @file  ../include/sys/serial.h
     2 @internalComponent
     3 */
     4 
     5 /** @def KNotifyBreakInt
     6 
     7 notification.
     8 
     9 @publishedAll
    10 @released
    11 */
    12 
    13 /** @def KNotifyCD
    14 
    15 notification.
    16 
    17 @publishedAll
    18 @released
    19 */
    20 
    21 /** @def KNotifyCTS
    22 
    23 notification.
    24 
    25 @publishedAll
    26 @released
    27 */
    28 
    29 /** @def KNotifyDataAvailable
    30 
    31 notification.
    32 
    33 @publishedAll
    34 @released
    35 */
    36 
    37 /** @def KNotifyDSR
    38 
    39 notification.
    40 
    41 @publishedAll
    42 @released
    43 */
    44 
    45 /** @def KNotifyFramingError
    46 
    47 notification.
    48 
    49 @publishedAll
    50 @released
    51 */
    52 
    53 /** @def KNotifyOutputEmpty
    54 
    55 notification.
    56 
    57 @publishedAll
    58 @released
    59 */
    60 
    61 /** @def KNotifyOverrunError
    62 
    63 notification.
    64 
    65 @publishedAll
    66 @released
    67 */
    68 
    69 /** @def KNotifyParityError
    70 
    71 notification.
    72 
    73 @publishedAll
    74 @released
    75 */
    76 
    77 /** @def KNotifyRI
    78 
    79 notification.
    80 
    81 @publishedAll
    82 @released
    83 */
    84 
    85 /** @enum uio_seg
    86 
    87 enums, defines and struct for serial port settings
    88 
    89 @publishedAll
    90 @released
    91 */
    92 
    93 /** @enum StopBits
    94 
    95 enums, defines and struct for serial port settings
    96 
    97 @publishedAll
    98 @released
    99 */
   100 
   101 /** @enum Parity
   102 
   103 enums, defines and struct for serial port settings
   104 
   105 @publishedAll
   106 @released
   107 */
   108 
   109 /** @enum Bps
   110 
   111 enums, defines and struct for serial port settings
   112 
   113 @publishedAll
   114 @released
   115 */
   116 
   117 /** @enum Fifo
   118 
   119 enums, defines and struct for serial port settings
   120 
   121 @publishedAll
   122 @released
   123 */
   124 
   125 /** @enum Sir
   126 
   127 enums, defines and struct for serial port settings
   128 
   129 @publishedAll
   130 @released
   131 */