Skip to content

Commit

Permalink
fifo register (not available on UART8250)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0p1s4m4 committed Feb 15, 2023
1 parent 3eb6513 commit b7c2c8c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/périphériques/communication-serie/UART8250.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UART8250 / UART16750
# UART8250 / UART16550

<div align="center">

Expand All @@ -13,6 +13,7 @@
| 0x0 (DLAB == 0) | Transmit Holding Register (THR) | ✔️ ||
| 0x0 (DLAB == 0) | Receive Buffer Register (RBR) || ✔️ |
| 0x1 (DLAB == 0) | Interrupt Enable Register (IER) | ✔️ | ✔️ |
| 0x2 (⚠️UART16550 seulement) | FIFO Control Register (FCR) | ✔️ ||
| 0x2 | Interrupt Identification Register (IIR) || ✔️ |
| 0x3 | Line Control Register (LCR) | ✔️ | ✔️ |
| 0x4 | Modem Control Register (MCR) | ✔️ | ✔️ |
Expand Down Expand Up @@ -99,4 +100,5 @@ Partons du principe que nous avont `uart8250_write` permetant d'ecrire une valeu
## Références
- [Datasheet](https://web.archive.org/web/20160503070506/http://archive.pcjs.org/pubs/pc/datasheets/8250A-UART.pdf)
- [8250A UART datasheet](https://web.archive.org/web/20160503070506/http://archive.pcjs.org/pubs/pc/datasheets/8250A-UART.pdf)
- [PC16550D UART datasheet](https://web.archive.org/web/20180826215135/http://www.ti.com/lit/ds/symlink/pc16550d.pdf)

0 comments on commit b7c2c8c

Please sign in to comment.