[−][src]Struct stm32f2::stm32f217::ethernet_mac::RegisterBlock
Register block
Fields
maccr: MACCR0x00 - Ethernet MAC configuration register
macffr: MACFFR0x04 - Ethernet MAC frame filter register
machthr: MACHTHR0x08 - Ethernet MAC hash table high register
machtlr: MACHTLR0x0c - Ethernet MAC hash table low register
macmiiar: MACMIIAR0x10 - Ethernet MAC MII address register
macmiidr: MACMIIDR0x14 - Ethernet MAC MII data register
macfcr: MACFCR0x18 - Ethernet MAC flow control register
macvlantr: MACVLANTR0x1c - Ethernet MAC VLAN tag register
macrwuffr: MACRWUFFR0x28 - Ethernet MAC remote wakeup frame filter register
macpmtcsr: MACPMTCSR0x2c - Ethernet MAC PMT control and status register
macdbgr: MACDBGR0x34 - Ethernet MAC debug register
macsr: MACSR0x38 - Ethernet MAC interrupt status register
macimr: MACIMR0x3c - Ethernet MAC interrupt mask register
maca0hr: MACA0HR0x40 - Ethernet MAC address 0 high register
maca0lr: MACA0LR0x44 - Ethernet MAC address 0 low register
maca1hr: MACA1HR0x48 - Ethernet MAC address 1 high register
maca1lr: MACA1LR0x4c - Ethernet MAC address1 low register
maca2hr: MACA2HR0x50 - Ethernet MAC address 2 high register
maca2lr: MACA2LR0x54 - Ethernet MAC address 2 low register
maca3hr: MACA3HR0x58 - Ethernet MAC address 3 high register
maca3lr: MACA3LR0x5c - Ethernet MAC address 3 low register
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self