Skip to content

Commit 68be3e8

Browse files
committed
fifo register (not available on UART8250)
1 parent 435afc3 commit 68be3e8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/périphériques/communication-serie/UART8250.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UART8250 / UART16750
1+
# UART8250 / UART16550
22

33
<div align="center">
44

@@ -13,6 +13,7 @@
1313
| 0x0 (DLAB == 0) | Transmit Holding Register (THR) | ✔️ ||
1414
| 0x0 (DLAB == 0) | Receive Buffer Register (RBR) || ✔️ |
1515
| 0x1 (DLAB == 0) | Interrupt Enable Register (IER) | ✔️ | ✔️ |
16+
| 0x2 (⚠️UART16550 seulement) | FIFO Control Register | ✔️ ||
1617
| 0x2 | Interrupt Identification Register (IIR) || ✔️ |
1718
| 0x3 | Line Control Register (LCR) | ✔️ | ✔️ |
1819
| 0x4 | Modem Control Register (MCR) | ✔️ | ✔️ |
@@ -99,4 +100,5 @@ Partons du principe que nous avont `uart8250_write` permetant d'ecrire une valeu
99100
100101
## Références
101102
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)

0 commit comments

Comments
 (0)