File tree 1 file changed +9
-1
lines changed
src/périphériques/communication-serie
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 13
13
| 0x0 (DLAB == 0) | Transmit Holding Register (THR) | ✔️ | ❌ |
14
14
| 0x0 (DLAB == 0) | Receive Buffer Register (RBR) | ❌ | ✔️ |
15
15
| 0x1 (DLAB == 0) | Interrupt Enable Register (IER) | ✔️ | ✔️ |
16
- | 0x2 (⚠️UART16550 seulement) | FIFO Control Register (FCR) | ✔️ | ❌ |
16
+ | 0x2 (⚠️UART16550 seulement) | FIFO Control Register (FCR) | ✔️ | ❌ |
17
17
| 0x2 | Interrupt Identification Register (IIR) | ❌ | ✔️ |
18
18
| 0x3 | Line Control Register (LCR) | ✔️ | ✔️ |
19
19
| 0x4 | Modem Control Register (MCR) | ✔️ | ✔️ |
@@ -42,8 +42,16 @@ Tout ce qui est reçu par l'UART sur la laison série sera accessible sur ce reg
42
42
43
43
### Interrupt Identification Register (IIR)
44
44
45
+ | 7-3 | 2-1 | 0 |
46
+ | ---------| --------------| -------------------|
47
+ | reservé | Interrupt ID | Interrupt pending |
48
+
45
49
### Line Control Register (LCR)
46
50
51
+ | 7 | 6 | 5 | 4 | 3 | 2 | 1-0 |
52
+ | ------| -----------| --------------| --------------------| ---------------| -----------| -----------------|
53
+ | DLAB | Set Break | Stick parity | Even Parity Select | Parity enable | Stop Bits | Word length |
54
+
47
55
### Modem Control Register (MCR)
48
56
49
57
### Line Status Register (LSR)
You can’t perform that action at this time.
0 commit comments