Struct daisy::pac::ETHERNET_MAC
pub struct ETHERNET_MAC { /* private fields */ }
Expand description
Ethernet: media access control (MAC)
Implementations§
§impl ETHERNET_MAC
impl ETHERNET_MAC
pub const PTR: *const RegisterBlock = {0x40028000 as *const stm32h7xx_hal::stm32::ethernet_mac::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40028000 as *const stm32h7xx_hal::stm32::ethernet_mac::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
§impl Debug for ETHERNET_MAC
impl Debug for ETHERNET_MAC
§impl Deref for ETHERNET_MAC
impl Deref for ETHERNET_MAC
§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
§fn deref(&self) -> &<ETHERNET_MAC as Deref>::Target
fn deref(&self) -> &<ETHERNET_MAC as Deref>::Target
Dereferences the value.
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