Struct stm32_eth::stm32::OTG_HS_HOST
source · pub struct OTG_HS_HOST { /* private fields */ }
Expand description
USB on the go high speed
Implementations§
source§impl OTG_HS_HOST
impl OTG_HS_HOST
sourcepub const PTR: *const RegisterBlock = {0x40040400 as *const stm32f4xx_hal::pac::otg_hs_host::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40040400 as *const stm32f4xx_hal::pac::otg_hs_host::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_HOST
impl Debug for OTG_HS_HOST
source§impl Deref for OTG_HS_HOST
impl Deref for OTG_HS_HOST
§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.