pub struct Dac<'d, T>where
T: Instance + 'd,
T::Pin: AnalogPin + 'd,{ /* private fields */ }
Available on crate feature
unstable
only.Expand description
Digital-to-Analog Converter (DAC) Channel
pub struct Dac<'d, T>where
T: Instance + 'd,
T::Pin: AnalogPin + 'd,{ /* private fields */ }
unstable
only.Digital-to-Analog Converter (DAC) Channel