Struct stm32ral::stm32f3::peripherals::dac2::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CR: RWRegister<u32>, pub SWTRIGR: WORegister<u32>, pub DHR12R1: RWRegister<u32>, pub DHR12L1: RWRegister<u32>, pub DHR8R1: RWRegister<u32>, pub DOR1: RORegister<u32>, pub SR: RWRegister<u32>, // some fields omitted }

Fields

CR: RWRegister<u32>

control register

SWTRIGR: WORegister<u32>

software trigger register

DHR12R1: RWRegister<u32>

channel1 12-bit right-aligned data holding register

DHR12L1: RWRegister<u32>

DAC channel1 12-bit left aligned data holding register

DHR8R1: RWRegister<u32>

DAC channel1 8-bit right aligned data holding register

DOR1: RORegister<u32>

DAC channel1 data output register

SR: RWRegister<u32>

DAC status 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.