pub struct OTG_HS_PWRCLK { /* private fields */ }
Expand description
USB on the go high speed
Implementations§
Source§impl OTG_HS_PWRCLK
impl OTG_HS_PWRCLK
Sourcepub fn ptr() -> *const RegisterBlock
pub fn ptr() -> *const RegisterBlock
Returns a pointer to the register block
Trait Implementations§
Source§impl Deref for OTG_HS_PWRCLK
impl Deref for OTG_HS_PWRCLK
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Send for OTG_HS_PWRCLK
Auto Trait Implementations§
impl Freeze for OTG_HS_PWRCLK
impl RefUnwindSafe for OTG_HS_PWRCLK
impl !Sync for OTG_HS_PWRCLK
impl Unpin for OTG_HS_PWRCLK
impl UnwindSafe for OTG_HS_PWRCLK
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