Struct daisy::pac::OTG2_HS_HOST
pub struct OTG2_HS_HOST { /* private fields */ }
Expand description
USB 1 on the go high speed
Implementations§
§impl OTG2_HS_HOST
impl OTG2_HS_HOST
pub const PTR: *const RegisterBlock = {0x40080400 as *const stm32h7xx_hal::stm32::otg1_hs_host::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40080400 as *const stm32h7xx_hal::stm32::otg1_hs_host::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
§impl Debug for OTG2_HS_HOST
impl Debug for OTG2_HS_HOST
§impl Deref for OTG2_HS_HOST
impl Deref for OTG2_HS_HOST
§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
§fn deref(&self) -> &<OTG2_HS_HOST as Deref>::Target
fn deref(&self) -> &<OTG2_HS_HOST as Deref>::Target
Dereferences the value.
impl Send for OTG2_HS_HOST
Auto Trait Implementations§
impl Freeze for OTG2_HS_HOST
impl RefUnwindSafe for OTG2_HS_HOST
impl !Sync for OTG2_HS_HOST
impl Unpin for OTG2_HS_HOST
impl UnwindSafe for OTG2_HS_HOST
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