Struct stm32wb_stm32hal::stm32wb55::sai1::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub gcr: GCR, pub cha: CH, pub chb: CH, pub pdmcr: PDMCR, pub pdmdly: PDMDLY, }
Expand description

Register block

Fields

gcr: 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

pdmcr: PDMCR

0x44 - PDM control register

pdmdly: PDMDLY

0x48 - PDM delay 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.