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 stm32f7::stm32f7x6::ethernet_mac::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40028000 as *const stm32f7::stm32f7x6::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.
Source§impl Enable for ETHERNET_MAC
impl Enable for ETHERNET_MAC
Source§fn is_enabled() -> bool
fn is_enabled() -> bool
Check if peripheral enabled
Source§fn is_disabled() -> bool
fn is_disabled() -> bool
Check if peripheral disabled
Source§unsafe fn enable_unchecked()
unsafe fn enable_unchecked()
Safety Read more
Source§unsafe fn disable_unchecked()
unsafe fn disable_unchecked()
Safety Read more
Source§impl LPEnable for ETHERNET_MAC
impl LPEnable for ETHERNET_MAC
Source§fn low_power_enable(bus: &mut Self::Bus)
fn low_power_enable(bus: &mut Self::Bus)
Enables peripheral
Source§fn low_power_disable(bus: &mut Self::Bus)
fn low_power_disable(bus: &mut Self::Bus)
Disables peripheral
Source§fn is_low_power_enabled() -> bool
fn is_low_power_enabled() -> bool
Check if peripheral enabled
Source§fn is_low_power_disabled() -> bool
fn is_low_power_disabled() -> bool
Check if peripheral disabled
Source§unsafe fn low_power_enable_unchecked()
unsafe fn low_power_enable_unchecked()
Safety Read more
Source§unsafe fn low_power_disable_unchecked()
unsafe fn low_power_disable_unchecked()
Safety Read more
Source§impl Reset for ETHERNET_MAC
impl Reset for ETHERNET_MAC
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