pub const fn M(i: usize) -> Field<u32, Register>
Expand description

Construct a Field representing the M bit (System Timer Match, W1C) corresponding to the specified comparator number.

Panic

Panics if i is outside the range 0..4.