pub struct Usbhsdcd { /* private fields */ }Expand description
USBDCD
Implementations§
Source§impl Usbhsdcd
impl Usbhsdcd
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 Register
Sourcepub const fn timer2_bc11(self) -> Reg<Timer2Bc11, RW>
pub const fn timer2_bc11(self) -> Reg<Timer2Bc11, RW>
TIMER2_BC11 register
Sourcepub const fn timer2_bc12(self) -> Reg<Timer2Bc12, RW>
pub const fn timer2_bc12(self) -> Reg<Timer2Bc12, RW>
TIMER2_BC12 register
Trait Implementations§
impl Copy for Usbhsdcd
impl Eq for Usbhsdcd
impl Send for Usbhsdcd
impl StructuralPartialEq for Usbhsdcd
impl Sync for Usbhsdcd
Auto Trait Implementations§
impl Freeze for Usbhsdcd
impl RefUnwindSafe for Usbhsdcd
impl Unpin for Usbhsdcd
impl UnwindSafe for Usbhsdcd
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