Struct stm32f334::DAC1 [] [src]

pub struct DAC1 { /* fields omitted */ }

Digital-to-analog converter 1

Methods

impl DAC1
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Send for DAC1
[src]

impl Deref for DAC1
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for DAC1