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>