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

Construct a Field corresponding to the specified pin number.

Panic

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