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.
impl Send for ETHERNET_MTL
Auto Trait Implementations§
impl RefUnwindSafe for ETHERNET_MTL
impl !Sync for ETHERNET_MTL
impl Unpin for ETHERNET_MTL
impl UnwindSafe for ETHERNET_MTL
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