Struct stm32ral::stm32f1::stm32f107::ethernet_mac::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 20 fields pub MACCR: RWRegister<u32>, pub MACFFR: RWRegister<u32>, pub MACHTHR: RWRegister<u32>, pub MACHTLR: RWRegister<u32>, pub MACMIIAR: RWRegister<u32>, pub MACMIIDR: RWRegister<u32>, pub MACFCR: RWRegister<u32>, pub MACVLANTR: RWRegister<u32>, pub MACRWUFFR: RWRegister<u32>, pub MACPMTCSR: RWRegister<u32>, pub MACSR: RWRegister<u32>, pub MACIMR: RWRegister<u32>, pub MACA0HR: RWRegister<u32>, pub MACA0LR: RWRegister<u32>, pub MACA1HR: RWRegister<u32>, pub MACA1LR: RWRegister<u32>, pub MACA2HR: RWRegister<u32>, pub MACA2LR: RWRegister<u32>, pub MACA3HR: RWRegister<u32>, pub MACA3LR: RWRegister<u32>, // some fields omitted
}

Fields

MACCR: RWRegister<u32>

Ethernet MAC configuration register (ETH_MACCR)

MACFFR: RWRegister<u32>

Ethernet MAC frame filter register (ETH_MACCFFR)

MACHTHR: RWRegister<u32>

Ethernet MAC hash table high register

MACHTLR: RWRegister<u32>

Ethernet MAC hash table low register

MACMIIAR: RWRegister<u32>

Ethernet MAC MII address register (ETH_MACMIIAR)

MACMIIDR: RWRegister<u32>

Ethernet MAC MII data register (ETH_MACMIIDR)

MACFCR: RWRegister<u32>

Ethernet MAC flow control register (ETH_MACFCR)

MACVLANTR: RWRegister<u32>

Ethernet MAC VLAN tag register (ETH_MACVLANTR)

MACRWUFFR: RWRegister<u32>

Ethernet MAC remote wakeup frame filter register (ETH_MACRWUFFR)

MACPMTCSR: RWRegister<u32>

Ethernet MAC PMT control and status register (ETH_MACPMTCSR)

MACSR: RWRegister<u32>

Ethernet MAC interrupt status register (ETH_MACSR)

MACIMR: RWRegister<u32>

Ethernet MAC interrupt mask register (ETH_MACIMR)

MACA0HR: RWRegister<u32>

Ethernet MAC address 0 high register (ETH_MACA0HR)

MACA0LR: RWRegister<u32>

Ethernet MAC address 0 low register

MACA1HR: RWRegister<u32>

Ethernet MAC address 1 high register (ETH_MACA1HR)

MACA1LR: RWRegister<u32>

Ethernet MAC address1 low register

MACA2HR: RWRegister<u32>

Ethernet MAC address 2 high register (ETH_MACA2HR)

MACA2LR: RWRegister<u32>

Ethernet MAC address 2 low register

MACA3HR: RWRegister<u32>

Ethernet MAC address 3 high register (ETH_MACA3HR)

MACA3LR: RWRegister<u32>

Ethernet MAC address 3 low register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.