pub trait DipoDopo: Sealed {
const DIPO_DOPO: (u8, u8);
}
Expand description
Configure the DIPO
and DOPO
fields based on a set of Pads
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
Source§impl<S, I, DI, DO, CK, SS> DipoDopo for Pads<S, I, DI, DO, CK, SS>where
S: Sercom,
I: IoSet,
DI: OptionalPad,
DO: OptionalPad,
CK: OptionalPad,
SS: OptionalPad,
DI::PadNum: Dipo,
DO::PadNum: Dopo,
Lift the implementations of DipoDopo
from implementations on
OptionalPadNum
s to the corresponding Pads
types.
impl<S, I, DI, DO, CK, SS> DipoDopo for Pads<S, I, DI, DO, CK, SS>where
S: Sercom,
I: IoSet,
DI: OptionalPad,
DO: OptionalPad,
CK: OptionalPad,
SS: OptionalPad,
DI::PadNum: Dipo,
DO::PadNum: Dopo,
Lift the implementations of DipoDopo
from implementations on
OptionalPadNum
s to the corresponding Pads
types.