pub enum UndocIoSet1 {}
Expand description

Type-level variant of IoSet representing an undocumented SERCOM IOSET

After implementing IoSet type checking, it became clear that some existing boards were using a combinations of pins that did not match any IOSET in the datasheet. From that, we infer that there must be at least two undocumented IOSETs, and we added these new IoSets to account for it.

As of writing this documentation, only two undocumented IOSETs have been discovered:

  • PA16, PA17, PB22 & PB23 configured for Sercom1. Both the pygamer & feather_m4 uses this combination.
  • PA00, PA01, PB22 & PB23 configured for Sercom1. The itsybitsy_m4 uses this combination.

See the type-level enum documentation for more details on type-level variants.

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Casts the value.

Casts the value.

Performs the conversion.

Performs the conversion.

Casts the value.

OverflowingCasts the value.

Should always be Self

Casts the value.

Casts the value.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Casts the value.

UnwrappedCasts the value.

Casts the value.

WrappingCasts the value.