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

#[repr(C)]
pub struct RegisterBlock {
Show 19 fields pub GCR: RWRegister<u32>, pub CR1A: RWRegister<u32>, pub CR2A: RWRegister<u32>, pub FRCRA: RWRegister<u32>, pub SLOTRA: RWRegister<u32>, pub IMA: RWRegister<u32>, pub SRA: RORegister<u32>, pub CLRFRA: WORegister<u32>, pub DRA: RWRegister<u32>, pub CR1B: RWRegister<u32>, pub CR2B: RWRegister<u32>, pub FRCRB: RWRegister<u32>, pub SLOTRB: RWRegister<u32>, pub IMB: RWRegister<u32>, pub SRB: RORegister<u32>, pub CLRFRB: WORegister<u32>, pub DRB: RWRegister<u32>, pub PDMCR: RWRegister<u32>, pub PDMDLY: RWRegister<u32>,
}

Fields

GCR: RWRegister<u32>

Global configuration register

CR1A: RWRegister<u32>

Configuration register 1

CR2A: RWRegister<u32>

Configuration register 2

FRCRA: RWRegister<u32>

This register has no meaning in AC97 and SPDIF audio protocol

SLOTRA: RWRegister<u32>

This register has no meaning in AC97 and SPDIF audio protocol

IMA: RWRegister<u32>

Interrupt mask register 2

SRA: RORegister<u32>

Status register

CLRFRA: WORegister<u32>

Clear flag register

DRA: RWRegister<u32>

Data register

CR1B: RWRegister<u32>

Configuration register 1

CR2B: RWRegister<u32>

Configuration register 2

FRCRB: RWRegister<u32>

This register has no meaning in AC97 and SPDIF audio protocol

SLOTRB: RWRegister<u32>

This register has no meaning in AC97 and SPDIF audio protocol

IMB: RWRegister<u32>

Interrupt mask register 2

SRB: RORegister<u32>

Status register

CLRFRB: WORegister<u32>

Clear flag register

DRB: RWRegister<u32>

Data register

PDMCR: RWRegister<u32>

PDM control register

PDMDLY: RWRegister<u32>

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.