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

#[repr(C)]
pub struct RegisterBlock { pub FPCCR: RWRegister<u32>, pub FPCAR: RWRegister<u32>, pub FPSCR: RWRegister<u32>, }

Fields

FPCCR: RWRegister<u32>

Floating-point context control register

FPCAR: RWRegister<u32>

Floating-point context address register

FPSCR: RWRegister<u32>

Floating-point status control 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.