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 f682b0b commit 228bfc4Copy full SHA for 228bfc4
src/generate/generic_atomic.rs
@@ -39,7 +39,7 @@ mod atomic {
39
40
impl<REG: Readable + Writable> Reg<REG>
41
where
42
- REG::Ux: AtomicOperations + Default + core::ops::Not<Output = REG::Ux>,
+ REG::Ux: AtomicOperations
43
{
44
/// Set high every bit in the register that was set in the write proxy. Leave other bits
45
/// untouched. The write is done in a single atomic instruction.
0 commit comments