pub const fn M_clear(i: usize) -> FieldValue<u32, Register>
Expand description
Construct a FieldValue
to clear the M
bit corresponding to
the specified comparator number.
Panic
Panics if i
is outside the range 0..4
.
pub const fn M_clear(i: usize) -> FieldValue<u32, Register>
Construct a FieldValue
to clear the M
bit corresponding to
the specified comparator number.
Panics if i
is outside the range 0..4
.