We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda37a4 commit d1900a7Copy full SHA for d1900a7
src/dac.rs
@@ -49,8 +49,8 @@ impl GeneratorConfig {
49
50
/// Enabled DAC (type state)
51
pub struct Enabled;
52
-/// Enabled DAC without output buffer (type state)
53
-pub struct EnabledUnbuffered;
+// / Enabled DAC without output buffer (type state)
+//pub struct EnabledUnbuffered;
54
/// Enabled DAC wave generator (type state)
55
pub struct WaveGenerator;
56
/// Disabled DAC (type state)
0 commit comments