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