pub struct Usbnc2 { /* private fields */ }Expand description
USB
Implementations§
Source§impl Usbnc2
impl Usbnc2
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn usb_otg2_ctrl(self) -> Reg<UsbOtg2Ctrl, RW>
pub const fn usb_otg2_ctrl(self) -> Reg<UsbOtg2Ctrl, RW>
USB OTG2 Control Register
Sourcepub const fn usb_otg2_phy_ctrl_0(self) -> Reg<UsbOtg2PhyCtrl0, RW>
pub const fn usb_otg2_phy_ctrl_0(self) -> Reg<UsbOtg2PhyCtrl0, RW>
OTG2 UTMI PHY Control 0 Register
Trait Implementations§
impl Copy for Usbnc2
impl Eq for Usbnc2
impl Send for Usbnc2
impl StructuralPartialEq for Usbnc2
impl Sync for Usbnc2
Auto Trait Implementations§
impl Freeze for Usbnc2
impl RefUnwindSafe for Usbnc2
impl Unpin for Usbnc2
impl UnwindSafe for Usbnc2
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