pub struct ETHERNET_MMC { /* private fields */ }
Expand description
Ethernet: MAC management counters
Implementations§
Source§impl ETHERNET_MMC
impl ETHERNET_MMC
Sourcepub const PTR: *const RegisterBlock = {0x40028100 as *const stm32f4xx_hal::pac::ethernet_mmc::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40028100 as *const stm32f4xx_hal::pac::ethernet_mmc::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_MMC
impl Debug for ETHERNET_MMC
Source§impl Deref for ETHERNET_MMC
impl Deref for ETHERNET_MMC
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for ETHERNET_MMC
Auto Trait Implementations§
impl Freeze for ETHERNET_MMC
impl RefUnwindSafe for ETHERNET_MMC
impl !Sync for ETHERNET_MMC
impl Unpin for ETHERNET_MMC
impl UnwindSafe for ETHERNET_MMC
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