pub enum USBPRE {
Div1_5 = 0,
Div1 = 1,
}Expand description
USB prescaler
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for USBPRE
impl Eq for USBPRE
impl StructuralPartialEq for USBPRE
Auto Trait Implementations§
impl Freeze for USBPRE
impl RefUnwindSafe for USBPRE
impl Send for USBPRE
impl Sync for USBPRE
impl Unpin for USBPRE
impl UnwindSafe for USBPRE
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