pub struct ETHERNET_MAC { /* private fields */ }
Expand description
Ethernet: media access control (MAC)
Implementations§
Source§impl ETHERNET_MAC
impl ETHERNET_MAC
Sourcepub const PTR: *const RegisterBlock = {0x40028000 as *const stm32f4xx_hal::pac::ethernet_mac::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40028000 as *const stm32f4xx_hal::pac::ethernet_mac::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_MAC
impl Debug for ETHERNET_MAC
Source§impl Deref for ETHERNET_MAC
impl Deref for ETHERNET_MAC
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for ETHERNET_MAC
Auto Trait Implementations§
impl Freeze for ETHERNET_MAC
impl RefUnwindSafe for ETHERNET_MAC
impl !Sync for ETHERNET_MAC
impl Unpin for ETHERNET_MAC
impl UnwindSafe for ETHERNET_MAC
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