summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/README.mc68681
blob: 4364dac5d52d51194774e3c2a8ffe8bb31530851 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
#  $Id$
#

Configuration Table Use
=======================

pDeviceFlow

   This field is ignored as hardware flow control is not currently supported.

ulCtrlPort1

   This field is the base address of the entire DUART.

ulCtrlPort2

   This field is the base address of the port specific registers.

ulDataPort

   This field is bit mapped as follows:
     bit 0:  0 or 1 to indicate the A or B port on the DUART.
     bit 1:  baud rate set a or b
 

   Note: If both ports on single DUART are not configured for the same
         baud rate set, then unexpected results will occur.

getRegister
setRegister
   These follow standard conventions.

getData
setData
   These are unused since the TX and RX data registers can be accessed
   as regular registers.