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.
2 parents b55726c + 0eb0789 commit fdc34b6Copy full SHA for fdc34b6
embassy-nrf/src/saadc.rs
@@ -78,7 +78,8 @@ impl Default for Config {
78
79
/// Used to configure an individual SAADC peripheral channel.
80
///
81
-/// See the `Default` impl for suitable default values.
+/// Construct using the `single_ended` or `differential` methods. These provide sensible defaults
82
+/// for the public fields, which can be overridden if required.
83
#[non_exhaustive]
84
pub struct ChannelConfig<'d> {
85
/// Reference voltage of the SAADC input.
0 commit comments