Trait OutputSpeed

Source
pub trait OutputSpeed { }
Expand description

Marker trait for slew rate configurable pin modes

Implementors§

Source§

impl<Otype> OutputSpeed for Output<Otype>

Source§

impl<Otype, const AF: u8> OutputSpeed for Alternate<Otype, AF>