[][src]Struct stm32f1xx_hal::stm32::ethernet_mmc::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub mmccr: MMCCR, pub mmcrir: MMCRIR, pub mmctir: MMCTIR, pub mmcrimr: MMCRIMR, pub mmctimr: MMCTIMR, pub mmctgfsccr: MMCTGFSCCR, pub mmctgfmsccr: MMCTGFMSCCR, pub mmctgfcr: MMCTGFCR, pub mmcrfcecr: MMCRFCECR, pub mmcrfaecr: MMCRFAECR, pub mmcrgufcr: MMCRGUFCR, // some fields omitted }

Register block

Fields

mmccr: MMCCR

0x00 - Ethernet MMC control register (ETH_MMCCR)

mmcrir: MMCRIR

0x04 - Ethernet MMC receive interrupt register (ETH_MMCRIR)

mmctir: MMCTIR

0x08 - Ethernet MMC transmit interrupt register (ETH_MMCTIR)

mmcrimr: MMCRIMR

0x0c - Ethernet MMC receive interrupt mask register (ETH_MMCRIMR)

mmctimr: MMCTIMR

0x10 - Ethernet MMC transmit interrupt mask register (ETH_MMCTIMR)

mmctgfsccr: MMCTGFSCCR

0x4c - Ethernet MMC transmitted good frames after a single collision counter

mmctgfmsccr: MMCTGFMSCCR

0x50 - Ethernet MMC transmitted good frames after more than a single collision

mmctgfcr: MMCTGFCR

0x68 - Ethernet MMC transmitted good frames counter register

mmcrfcecr: MMCRFCECR

0x94 - Ethernet MMC received frames with CRC error counter register

mmcrfaecr: MMCRFAECR

0x98 - Ethernet MMC received frames with alignment error counter register

mmcrgufcr: MMCRGUFCR

0xc4 - MMC received good unicast frames counter register

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]