Struct stm32f7xx_hal::pac::spdifrx::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub cr: Reg<u32, _CR>, pub imr: Reg<u32, _IMR>, pub sr: Reg<u32, _SR>, pub ifcr: Reg<u32, _IFCR>, pub dr: Reg<u32, _DR>, pub csr: Reg<u32, _CSR>, pub dir: Reg<u32, _DIR>, }
Expand description

Register block

Fields

cr: Reg<u32, _CR>

0x00 - Control register

imr: Reg<u32, _IMR>

0x04 - Interrupt mask register

sr: Reg<u32, _SR>

0x08 - Status register

ifcr: Reg<u32, _IFCR>

0x0c - Interrupt Flag Clear register

dr: Reg<u32, _DR>

0x10 - Data input register

csr: Reg<u32, _CSR>

0x14 - Channel Status register

dir: Reg<u32, _DIR>

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

Should always be Self

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.