Struct sam4l::dac::Dac [] [src]

pub struct Dac {
    registers: *mut DacRegisters,
    enabled: Cell<bool>,
}

Fields

Methods

impl Dac
[src]

[src]

[src]

Trait Implementations

impl DacChannel for Dac
[src]

[src]

Initialize and enable the DAC.

[src]

Set the DAC output value.