Struct stm32ral::stm32f7::peripherals::sai_v2::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 17 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: RWRegister<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: RWRegister<u32>, pub CLRFRB: RWRegister<u32>, pub DRB: RWRegister<u32>,
}

Fields

GCR: RWRegister<u32>

Global configuration register

CR1A: RWRegister<u32>

AConfiguration register 1

CR2A: RWRegister<u32>

AConfiguration register 2

FRCRA: RWRegister<u32>

AFRCR

SLOTRA: RWRegister<u32>

ASlot register

IMA: RWRegister<u32>

AInterrupt mask register2

SRA: RWRegister<u32>

AStatus register

CLRFRA: RWRegister<u32>

AClear flag register

DRA: RWRegister<u32>

AData register

CR1B: RWRegister<u32>

AConfiguration register 1

CR2B: RWRegister<u32>

AConfiguration register 2

FRCRB: RWRegister<u32>

AFRCR

SLOTRB: RWRegister<u32>

ASlot register

IMB: RWRegister<u32>

AInterrupt mask register2

SRB: RWRegister<u32>

AStatus register

CLRFRB: RWRegister<u32>

AClear flag register

DRB: RWRegister<u32>

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.