pub struct Usbphy { /* private fields */ }Expand description
USBPHY Register Reference Index
Implementations§
Source§impl Usbphy
impl Usbphy
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn debug0_status(self) -> Reg<Debug0Status, R>
pub const fn debug0_status(self) -> Reg<Debug0Status, R>
UTMI Debug Status Register 0
Sourcepub const fn debug1_set(self) -> Reg<Debug1Set, RW>
pub const fn debug1_set(self) -> Reg<Debug1Set, RW>
UTMI Debug Status Register 1
Sourcepub const fn debug1_clr(self) -> Reg<Debug1Clr, RW>
pub const fn debug1_clr(self) -> Reg<Debug1Clr, RW>
UTMI Debug Status Register 1
Sourcepub const fn debug1_tog(self) -> Reg<Debug1Tog, RW>
pub const fn debug1_tog(self) -> Reg<Debug1Tog, RW>
UTMI Debug Status Register 1
Trait Implementations§
impl Copy for Usbphy
impl Eq for Usbphy
impl Send for Usbphy
impl StructuralPartialEq for Usbphy
impl Sync for Usbphy
Auto Trait Implementations§
impl Freeze for Usbphy
impl RefUnwindSafe for Usbphy
impl Unpin for Usbphy
impl UnwindSafe for Usbphy
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