Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/opentitan/ot_gpio.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ A type describes the meaning of the hex value. Supported types are:
* `Q` query input (QEMU -> host). QEMU may emit this frame, so that the host replies with a new
input `I` frame (hexvalue of `Q` is ignored)
* `R` repeat (host -> QEMU). The host may ask QEMU to repeat the last `D` and `O` frames
* `Y` forwards the GPIO input that QEMU has read to the host (QEMU -> host) for tracking purposes
* `Z` output pull up/down GPIO HiZ values (QEMU -> host). 1 means HiZ, 0 means
pull up/down values apply.

Expand Down
Loading