pub struct Usbnc { /* private fields */ }Expand description
USB
Implementations§
Source§impl Usbnc
impl Usbnc
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 Usbnc
impl Eq for Usbnc
impl Send for Usbnc
impl StructuralPartialEq for Usbnc
impl Sync for Usbnc
Auto Trait Implementations§
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