#[repr(C)]pub enum PinSpeed {
Low = 0,
Medium = 1,
High = 2,
VeryHigh = 3,
}
Expand description
Pin drive strength
Note: Refer to the device datasheet for the frequency specifications and the power supply and load conditions for each speed.
Variants§
Auto Trait Implementations§
impl Freeze for PinSpeed
impl RefUnwindSafe for PinSpeed
impl Send for PinSpeed
impl Sync for PinSpeed
impl Unpin for PinSpeed
impl UnwindSafe for PinSpeed
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