pub trait OutputSpeed: HL {
    // Required method
    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
pub trait OutputSpeed: HL {
    // Required method
    fn set_speed(&mut self, cr: &mut Self::Cr, speed: IOPinSpeed);
}Allow setting of the slew rate of an IO pin
Initially all pins are set to the maximum slew rate