File tree 1 file changed +4
-2
lines changed
src/périphériques/communication-serie
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- # UART8250 / UART16750
1
+ # UART8250 / UART16550
2
2
3
3
<div align =" center " >
4
4
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 | ✔️ | ❌ |
16
17
| 0x2 | Interrupt Identification Register (IIR) | ❌ | ✔️ |
17
18
| 0x3 | Line Control Register (LCR) | ✔️ | ✔️ |
18
19
| 0x4 | Modem Control Register (MCR) | ✔️ | ✔️ |
@@ -99,4 +100,5 @@ Partons du principe que nous avont `uart8250_write` permetant d'ecrire une valeu
99
100
100
101
## Références
101
102
102
- - [Datasheet](https://web.archive.org/web/20160503070506/http://archive.pcjs.org/pubs/pc/datasheets/8250A-UART.pdf)
103
+ - [8250A UART datasheet](https://web.archive.org/web/20160503070506/http://archive.pcjs.org/pubs/pc/datasheets/8250A-UART.pdf)
104
+ - [PC16550D UART datasheet](https://web.archive.org/web/20180826215135/http://www.ti.com/lit/ds/symlink/pc16550d.pdf)
You can’t perform that action at this time.
0 commit comments