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:

  • UndocIoSet1: PA16, PA17, PB22 & PB23 configured for Sercom1. Both the pygamer & feather_m4 uses this combination.
  • UndocIoSet2: 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
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
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.