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 633a631 commit 09929b1Copy full SHA for 09929b1
src/peripheral/dwt.rs
@@ -346,13 +346,15 @@ pub struct ComparatorAddressSettings {
346
347
/// The available functions of a DWT comparator.
348
#[derive(Debug)]
349
+#[non_exhaustive]
350
pub enum ComparatorFunction {
351
/// Compare accessed memory addresses.
352
Address(ComparatorAddressSettings),
353
}
354
355
/// Possible error values returned on [Comparator::configure].
356
357
358
pub enum DwtError {
359
/// Invalid combination of [AccessType] and [EmitOption].
360
InvalidFunction,
0 commit comments