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

#[repr(C)]
pub struct RegisterBlock { pub gcr: Reg<u32, _GCR>, pub cha: CH, pub chb: CH, }
Expand description

Register block

Fields

gcr: Reg<u32, _GCR>

0x00 - Global configuration register

cha: CH

0x04 - Cluster CH%s, containing ?CR1, ?CR2, ?FRCR, ?SLOTR, ?IM, ?SR, ?CLRFR, ?DR

chb: CH

0x24 - Cluster CH%s, containing ?CR1, ?CR2, ?FRCR, ?SLOTR, ?IM, ?SR, ?CLRFR, ?DR

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.