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