Struct stm32ral::stm32h7::peripherals::ethernet_mtl_v2::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub MTLOMR: RWRegister<u32>, pub MTLISR: RORegister<u32>, pub MTLTxQOMR: RWRegister<u32>, pub MTLTxQUR: RORegister<u32>, pub MTLTxQDR: RORegister<u32>, pub MTLQICSR: RWRegister<u32>, pub MTLRxQOMR: RWRegister<u32>, pub MTLRxQMPOCR: RORegister<u32>, pub MTLRxQDR: RORegister<u32>, // some fields omitted }

Fields

MTLOMR: RWRegister<u32>

Operating mode Register

MTLISR: RORegister<u32>

Interrupt status Register

MTLTxQOMR: RWRegister<u32>

Tx queue operating mode Register

MTLTxQUR: RORegister<u32>

Tx queue underflow register

MTLTxQDR: RORegister<u32>

Tx queue debug Register

MTLQICSR: RWRegister<u32>

Queue interrupt control status Register

MTLRxQOMR: RWRegister<u32>

Rx queue operating mode register

MTLRxQMPOCR: RORegister<u32>

Rx queue missed packet and overflow counter register

MTLRxQDR: RORegister<u32>

Rx queue debug 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.