Trait atmega_hal::port::PinMode

source ·
pub trait PinMode: Sealed { }

Implementors§

source§

impl PinMode for OpenDrain

source§

impl PinMode for Output

source§

impl<IMODE> PinMode for Input<IMODE>
where IMODE: InputMode,

source§

impl<TC> PinMode for PwmOutput<TC>