Struct stm32_hal2::pac::ETHERNET_MTL
source · pub struct ETHERNET_MTL { /* private fields */ }Expand description
Ethernet MTL
Implementations§
source§impl ETHERNET_MTL
impl ETHERNET_MTL
sourcepub const PTR: *const RegisterBlock = {0x40028c00 as *const stm32h7::stm32h735::ethernet_mtl::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40028c00 as *const stm32h7::stm32h735::ethernet_mtl::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 ETHERNET_MTL
impl Debug for ETHERNET_MTL
source§impl Deref for ETHERNET_MTL
impl Deref for ETHERNET_MTL
§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.