[][src]Type Definition trellis_m4::gpio::OpenDrain

type OpenDrain = PushPull;

Open drain output. The SAMD5x/E5x chips don't actually have open drain outputs. This option was added by mistake. It is currently an alias of PushPull