1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00

Merge pull request #76 from olajep/gpio-fpga-project

GPIO: Fix incorrect documentation for ITYPE register
This commit is contained in:
Andreas Olofsson 2016-05-03 18:43:01 -04:00
commit 9bae970ae9

View File

@ -19,7 +19,7 @@ GPIO: General Purpose Software Programmable IO
| GPIO_OUTSET | 0x4 | WR | n/a | Output = output "or" value |
| GPIO_OUTXOR | 0x5 | WR | n/a | Output = output ^ value |
| GPIO_IMASK | 0x6 | WR | H | Interrupt mask (1=mask) |
| GPIO_ITYPE | 0x7 | WR | n/a | IRQ type (1=edge,0=level) |
| GPIO_ITYPE | 0x7 | WR | n/a | IRQ type (0=edge,1=level) |
| GPIO_IPOL | 0x8 | WR | H | IRQ polarity (1=rising edge/high)|
| GPIO_ILAT | 0x9 | RD | L | IRQ Status (1=latched irq) |
| GPIO_ILATCLR | 0xA | WR | n/a | Clears ILAT(1=clear) |