Struct stm32f446_hal::stm32f446::DAC[][src]

pub struct DAC { /* fields omitted */ }

Digital-to-analog converter

Methods

impl DAC
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for DAC
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for DAC
[src]

Auto Trait Implementations

impl !Sync for DAC