pub trait PinMode: Sealed {
const DYN: DynPinMode;
}
Expand description
Type-level enum representing pin modes
The valid options are Disabled
, Input
, Output
and Alternate
.
See the type-level enum documentation for more details on the pattern.
Required Associated Constants
sourceconst DYN: DynPinMode
const DYN: DynPinMode
Corresponding DynPinMode