Struct stm32_eth::stm32::ETHERNET_MMC
[−]pub struct ETHERNET_MMC { /* private fields */ }
Expand description
Ethernet: MAC management counters
Implementations
impl ETHERNET_MMC
impl ETHERNET_MMC
pub 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
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_MMC
impl Debug for ETHERNET_MMC
impl Deref for ETHERNET_MMC
impl Deref for ETHERNET_MMC
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &<ETHERNET_MMC as Deref>::Target
fn deref(&self) -> &<ETHERNET_MMC as Deref>::Target
Dereferences the value.
impl Send for ETHERNET_MMC
Auto Trait Implementations
impl RefUnwindSafe for ETHERNET_MMC
impl !Sync for ETHERNET_MMC
impl Unpin for ETHERNET_MMC
impl UnwindSafe for ETHERNET_MMC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more