Module opentitanlib::transport::hyperdebug::gpio
source · Structs
- Represents a two-way streaming binary data transfer operation, as is used for bit-banging, or for outputting arbitrary waveforms via a DAC.
- Represents an ongoing operation of bit-banging a number of GPIO pins.
- Represents an ongoing operation of dac-banging a number of GPIO pins. Since there is no incoming data to decode, this struct unlike the corresponding bit-banging one, does not need to maintain any additional records, besides the encoded binary data to be streamed to HyperDebug, in the
operation
field.