pub struct OTG_HS_DEVICE { /* private fields */ }
Expand description
USB on the go high speed
Implementations§
Source§impl OTG_HS_DEVICE
impl OTG_HS_DEVICE
Sourcepub const PTR: *const RegisterBlock = {0x40040800 as *const stm32f4xx_hal::pac::otg_hs_device::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40040800 as *const stm32f4xx_hal::pac::otg_hs_device::RegisterBlock}
Pointer to the register block
Sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
Source§impl Debug for OTG_HS_DEVICE
impl Debug for OTG_HS_DEVICE
Source§impl Deref for OTG_HS_DEVICE
impl Deref for OTG_HS_DEVICE
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for OTG_HS_DEVICE
Auto Trait Implementations§
impl Freeze for OTG_HS_DEVICE
impl RefUnwindSafe for OTG_HS_DEVICE
impl !Sync for OTG_HS_DEVICE
impl Unpin for OTG_HS_DEVICE
impl UnwindSafe for OTG_HS_DEVICE
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