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.
Auto Trait Implementations§
impl Freeze for IOPinSpeed
impl RefUnwindSafe for IOPinSpeed
impl Send for IOPinSpeed
impl Sync for IOPinSpeed
impl Unpin for IOPinSpeed
impl UnwindSafe for IOPinSpeed
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more