Struct stm32ral::stm32f4::stm32f446::spdifrx::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CR: RWRegister<u32>, pub IMR: RWRegister<u32>, pub SR: RORegister<u32>, pub IFCR: WORegister<u32>, pub DR: RORegister<u32>, pub CSR: RORegister<u32>, pub DIR: RORegister<u32>, }

Fields

CR: RWRegister<u32>

Control register

IMR: RWRegister<u32>

Interrupt mask register

SR: RORegister<u32>

Status register

IFCR: WORegister<u32>

Interrupt Flag Clear register

DR: RORegister<u32>

Data input register

CSR: RORegister<u32>

Channel Status register

DIR: RORegister<u32>

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