#[repr(u8)]pub enum OUTPUT_SPEED {
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§
Source§impl Clone for OUTPUT_SPEED
impl Clone for OUTPUT_SPEED
Source§fn clone(&self) -> OUTPUT_SPEED
fn clone(&self) -> OUTPUT_SPEED
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OUTPUT_SPEED
impl Debug for OUTPUT_SPEED
Source§impl PartialEq for OUTPUT_SPEED
impl PartialEq for OUTPUT_SPEED
impl Copy for OUTPUT_SPEED
impl Eq for OUTPUT_SPEED
impl IsEnum for OUTPUT_SPEED
impl StructuralPartialEq for OUTPUT_SPEED
Auto Trait Implementations§
impl Freeze for OUTPUT_SPEED
impl RefUnwindSafe for OUTPUT_SPEED
impl Send for OUTPUT_SPEED
impl Sync for OUTPUT_SPEED
impl Unpin for OUTPUT_SPEED
impl UnwindSafe for OUTPUT_SPEED
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