#[repr(u8)]pub enum OSPEED0 {
LowSpeed = 0,
MediumSpeed = 1,
HighSpeed = 2,
VeryHighSpeed = 3,
}Expand description
Port x configuration pin %s
Value on reset: 0
Variants§
LowSpeed = 0
0: Low speed
MediumSpeed = 1
1: Medium speed
HighSpeed = 2
2: High speed
VeryHighSpeed = 3
3: Very high speed
Trait Implementations§
impl Copy for OSPEED0
impl Eq for OSPEED0
impl IsEnum for OSPEED0
impl StructuralPartialEq for OSPEED0
Auto Trait Implementations§
impl Freeze for OSPEED0
impl RefUnwindSafe for OSPEED0
impl Send for OSPEED0
impl Sync for OSPEED0
impl Unpin for OSPEED0
impl UnwindSafe for OSPEED0
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