Struct stm32ral::stm32g4::peripherals::fmac::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub X1BUFCFG: RWRegister<u32>, pub X2BUFCFG: RWRegister<u32>, pub YBUFCFG: RWRegister<u32>, pub PARAM: RWRegister<u32>, pub CR: RWRegister<u32>, pub SR: RORegister<u32>, pub WDATA: WORegister<u32>, pub RDATA: RORegister<u32>, }

Fields

X1BUFCFG: RWRegister<u32>

FMAC X1 Buffer Configuration register

X2BUFCFG: RWRegister<u32>

FMAC X2 Buffer Configuration register

YBUFCFG: RWRegister<u32>

FMAC Y Buffer Configuration register

PARAM: RWRegister<u32>

FMAC Parameter register

CR: RWRegister<u32>

FMAC Control register

SR: RORegister<u32>

FMAC Status register

WDATA: WORegister<u32>

FMAC Write Data register

RDATA: RORegister<u32>

FMAC Read Data 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.