Struct stm32ral::stm32f0::peripherals::dac::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 14 fields pub CR: RWRegister<u32>, pub SWTRIGR: WORegister<u32>, pub DHR12R1: RWRegister<u32>, pub DHR12L1: RWRegister<u32>, pub DHR8R1: RWRegister<u32>, pub DHR12R2: RWRegister<u32>, pub DHR12L2: RWRegister<u32>, pub DHR8R2: RWRegister<u32>, pub DHR12RD: RWRegister<u32>, pub DHR12LD: RWRegister<u32>, pub DHR8RD: RWRegister<u32>, pub DOR1: RORegister<u32>, pub DOR2: RORegister<u32>, pub SR: RWRegister<u32>,
}

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>

channel1 12-bit left aligned data holding register

DHR8R1: RWRegister<u32>

channel1 8-bit right aligned data holding register

DHR12R2: RWRegister<u32>

DAC channel2 12-bit right-aligned data holding register

DHR12L2: RWRegister<u32>

DAC channel2 12-bit left-aligned data holding register

DHR8R2: RWRegister<u32>

DAC channel2 8-bit right-aligned data holding register

DHR12RD: RWRegister<u32>

DHR12RD

DHR12LD: RWRegister<u32>

Dual DAC 12-bit left-aligned data holding register

DHR8RD: RWRegister<u32>

Dual DAC 8-bit right-aligned data holding register

DOR1: RORegister<u32>

channel1 data output register

DOR2: RORegister<u32>

DAC channel2 data output register

SR: RWRegister<u32>

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.