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.