pub trait OutputSpeed: HL {
    fn set_speed(&mut self, cr: &mut Self::Cr, speed: IOPinSpeed);
}
Expand description

Allow setting of the slew rate of an IO pin

Initially all pins are set to the maximum slew rate

Required Methods§

Implementors§