[][src]Struct stm32h7::stm32h743v::ethernet_mtl::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub mtlomr: MTLOMR,
    pub mtlisr: MTLISR,
    pub mtltx_qomr: MTLTXQOMR,
    pub mtltx_qur: MTLTXQUR,
    pub mtltx_qdr: MTLTXQDR,
    pub mtlqicsr: MTLQICSR,
    pub mtlrx_qomr: MTLRXQOMR,
    pub mtlrx_qmpocr: MTLRXQMPOCR,
    pub mtlrx_qdr: MTLRXQDR,
    // some fields omitted
}

Register block

Fields

mtlomr: MTLOMR

0x00 - Operating mode Register

mtlisr: MTLISR

0x20 - Interrupt status Register

mtltx_qomr: MTLTXQOMR

0x100 - Tx queue operating mode Register

mtltx_qur: MTLTXQUR

0x104 - Tx queue underflow register

mtltx_qdr: MTLTXQDR

0x108 - Tx queue debug Register

mtlqicsr: MTLQICSR

0x12c - Queue interrupt control status Register

mtlrx_qomr: MTLRXQOMR

0x130 - Rx queue operating mode register

mtlrx_qmpocr: MTLRXQMPOCR

0x134 - Rx queue missed packet and overflow counter register

mtlrx_qdr: MTLRXQDR

0x138 - Rx queue debug register

Auto Trait Implementations

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self