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 8a1de57 commit 0d6db7dCopy full SHA for 0d6db7d
libraries/tock-register-interface/src/fields.rs
@@ -190,7 +190,7 @@ Field_impl_for!(usize);
190
///
191
/// For the FieldValue, the masks and values are shifted into their actual
192
/// location in the register.
193
-#[derive(Copy, Clone, Eq, PartialEq)]
+#[derive(Copy, Clone)]
194
pub struct FieldValue<T: UIntLike, R: RegisterLongName> {
195
mask: T,
196
pub value: T,
0 commit comments