[][src]Type Definition trellis_m4::gpio::v1::Output

type Output<MODE> = Output<MODE>;

Represents a pin configured for output. The MODE type is typically one of PushPull, or OpenDrain.