Struct stm32h7xx_hal::stm32::ethernet_mtl::RegisterBlock[][src]

#[repr(C)]pub struct RegisterBlock {
    pub mtlomr: Reg<u32, _MTLOMR>,
    pub mtlisr: Reg<u32, _MTLISR>,
    pub mtltx_qomr: Reg<u32, _MTLTXQOMR>,
    pub mtltx_qur: Reg<u32, _MTLTXQUR>,
    pub mtltx_qdr: Reg<u32, _MTLTXQDR>,
    pub mtlqicsr: Reg<u32, _MTLQICSR>,
    pub mtlrx_qomr: Reg<u32, _MTLRXQOMR>,
    pub mtlrx_qmpocr: Reg<u32, _MTLRXQMPOCR>,
    pub mtlrx_qdr: Reg<u32, _MTLRXQDR>,
    // some fields omitted
}

Register block

Fields

mtlomr: Reg<u32, _MTLOMR>

0x00 - Operating mode Register

mtlisr: Reg<u32, _MTLISR>

0x20 - Interrupt status Register

mtltx_qomr: Reg<u32, _MTLTXQOMR>

0x100 - Tx queue operating mode Register

mtltx_qur: Reg<u32, _MTLTXQUR>

0x104 - Tx queue underflow register

mtltx_qdr: Reg<u32, _MTLTXQDR>

0x108 - Tx queue debug Register

mtlqicsr: Reg<u32, _MTLQICSR>

0x12c - Queue interrupt control status Register

mtlrx_qomr: Reg<u32, _MTLRXQOMR>

0x130 - Rx queue operating mode register

mtlrx_qmpocr: Reg<u32, _MTLRXQMPOCR>

0x134 - Rx queue missed packet and overflow counter register

mtlrx_qdr: Reg<u32, _MTLRXQDR>

0x138 - Rx queue debug register

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.