pub enum IOPinSpeed {
Mhz10 = 1,
Mhz2 = 2,
Mhz50 = 3,
}Expand description
Slew rates available for Output and relevant AlternateMode Pins
See Table 21 “Output MODE bits” in the reference
Variants§
Trait Implementations§
Source§impl From<IOPinSpeed> for MODE
impl From<IOPinSpeed> for MODE
Source§fn from(value: IOPinSpeed) -> Self
fn from(value: IOPinSpeed) -> Self
Converts to this type from the input type.