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

#[repr(C)]
pub struct RegisterBlock { pub CSR: RWRegister<u32>, pub WDATA: RWRegister<u32>, pub RDATA: RORegister<u32>, }

Fields

CSR: RWRegister<u32>

CORDIC Control Status register

WDATA: RWRegister<u32>

CORDIC argument register

RDATA: RORegister<u32>

CORDIC result 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.