Trait serpente::sercom::v2::pad::PadNum[][src]

pub trait PadNum: Sealed { }
Expand description

Type-level enum representing a SERCOM pad number

It has variants Pad0, Pad1, Pad2 & Pad3. See the type-level enum documentation for an explanation of the pattern.

Implementors