pub struct Usbhs1PhyDcd { /* private fields */ }Expand description
USBDCD
Implementations§
Source§impl Usbhs1PhyDcd
impl Usbhs1PhyDcd
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn signal_override(self) -> Reg<SignalOverride, RW>
pub const fn signal_override(self) -> Reg<SignalOverride, RW>
Signal Override
Sourcepub const fn timer2_bc11(self) -> Reg<Timer2Bc11, RW>
pub const fn timer2_bc11(self) -> Reg<Timer2Bc11, RW>
TIMER2_BC11
Sourcepub const fn timer2_bc12(self) -> Reg<Timer2Bc12, RW>
pub const fn timer2_bc12(self) -> Reg<Timer2Bc12, RW>
TIMER2_BC12
Trait Implementations§
Source§impl Clone for Usbhs1PhyDcd
impl Clone for Usbhs1PhyDcd
Source§fn clone(&self) -> Usbhs1PhyDcd
fn clone(&self) -> Usbhs1PhyDcd
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for Usbhs1PhyDcd
impl PartialEq for Usbhs1PhyDcd
impl Copy for Usbhs1PhyDcd
impl Eq for Usbhs1PhyDcd
impl Send for Usbhs1PhyDcd
impl StructuralPartialEq for Usbhs1PhyDcd
impl Sync for Usbhs1PhyDcd
Auto Trait Implementations§
impl Freeze for Usbhs1PhyDcd
impl RefUnwindSafe for Usbhs1PhyDcd
impl Unpin for Usbhs1PhyDcd
impl UnwindSafe for Usbhs1PhyDcd
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