#[repr(u8)]pub enum PSC_USBPDCLK {
Div1 = 0,
Div2 = 1,
Div4 = 2,
Div8 = 3,
Div16 = 4,
}
Expand description
PSC_USBPDCLK
Value on reset: 0
Variants§
Div1 = 0
0: Divide by 1
Div2 = 1
1: Divide by 2
Div4 = 2
2: Divide by 4
Div8 = 3
3: Divide by 8
Div16 = 4
4: Divide by 16
Trait Implementations§
Source§impl Clone for PSC_USBPDCLK
impl Clone for PSC_USBPDCLK
Source§fn clone(&self) -> PSC_USBPDCLK
fn clone(&self) -> PSC_USBPDCLK
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PSC_USBPDCLK
impl Debug for PSC_USBPDCLK
Source§impl PartialEq for PSC_USBPDCLK
impl PartialEq for PSC_USBPDCLK
impl Copy for PSC_USBPDCLK
impl Eq for PSC_USBPDCLK
impl IsEnum for PSC_USBPDCLK
impl StructuralPartialEq for PSC_USBPDCLK
Auto Trait Implementations§
impl Freeze for PSC_USBPDCLK
impl RefUnwindSafe for PSC_USBPDCLK
impl Send for PSC_USBPDCLK
impl Sync for PSC_USBPDCLK
impl Unpin for PSC_USBPDCLK
impl UnwindSafe for PSC_USBPDCLK
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