We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80da84 commit e18b52dCopy full SHA for e18b52d
1 file changed
src/peripheral/itm.rs
@@ -188,6 +188,7 @@ pub struct ITMConfiguration {
188
189
/// Possible errors on [ITM::configure].
190
#[derive(Debug, Eq, PartialEq, Copy, Clone)]
191
+#[non_exhaustive]
192
pub enum ITMConfigurationError {
193
/// Global timestamp generation is not supported on this target.
194
/// Request [`GlobalTimestampOptions::Disabled`] instead.
0 commit comments