pub struct OTG_FS_DEVICE { /* private fields */ }
Expand description
USB on the go full speed
Implementations§
Source§impl OTG_FS_DEVICE
impl OTG_FS_DEVICE
Sourcepub const PTR: *const RegisterBlock = {0x50000800 as *const stm32f4xx_hal::pac::otg_fs_device::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x50000800 as *const stm32f4xx_hal::pac::otg_fs_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_FS_DEVICE
impl Debug for OTG_FS_DEVICE
Source§impl Deref for OTG_FS_DEVICE
impl Deref for OTG_FS_DEVICE
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for OTG_FS_DEVICE
Auto Trait Implementations§
impl Freeze for OTG_FS_DEVICE
impl RefUnwindSafe for OTG_FS_DEVICE
impl !Sync for OTG_FS_DEVICE
impl Unpin for OTG_FS_DEVICE
impl UnwindSafe for OTG_FS_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