Struct stm32ral::stm32f4::peripherals::sai1::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 16 fields 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: RWRegister<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: RWRegister<u32>, pub DRB: RWRegister<u32>, // some fields omitted
}

Fields

CR1A: RWRegister<u32>

SAI AConfiguration register 1

CR2A: RWRegister<u32>

SAI AConfiguration register 2

FRCRA: RWRegister<u32>

SAI AFrame configuration register

SLOTRA: RWRegister<u32>

SAI ASlot register

IMA: RWRegister<u32>

SAI AInterrupt mask register2

SRA: RORegister<u32>

SAI AStatus register

CLRFRA: RWRegister<u32>

SAI AClear flag register

DRA: RWRegister<u32>

SAI AData register

CR1B: RWRegister<u32>

SAI AConfiguration register 1

CR2B: RWRegister<u32>

SAI AConfiguration register 2

FRCRB: RWRegister<u32>

SAI AFrame configuration register

SLOTRB: RWRegister<u32>

SAI ASlot register

IMB: RWRegister<u32>

SAI AInterrupt mask register2

SRB: RORegister<u32>

SAI AStatus register

CLRFRB: RWRegister<u32>

SAI AClear flag register

DRB: RWRegister<u32>

SAI AData 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.