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