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