File tree Expand file tree Collapse file tree
src/périphériques/communication-serie Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # UART8250 / UART16750
1+ # UART8250 / UART16550
22
33<div align =" center " >
44
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)
You can’t perform that action at this time.
0 commit comments