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, DI, DO, CK, SS> DipoDopo for Pads<S, DI, DO, CK, SS>where
S: Sercom,
DI: OptionalPad,
DO: OptionalPad,
CK: OptionalPad,
SS: OptionalPad,
(DI, DO, CK, SS): ShareIoSet,
DI::PadNum: Dipo,
DO::PadNum: Dopo,
Lift the implementations of DipoDopo from implementations on
OptionalPadNums to the corresponding Pads types.
impl<S, DI, DO, CK, SS> DipoDopo for Pads<S, DI, DO, CK, SS>where
S: Sercom,
DI: OptionalPad,
DO: OptionalPad,
CK: OptionalPad,
SS: OptionalPad,
(DI, DO, CK, SS): ShareIoSet,
DI::PadNum: Dipo,
DO::PadNum: Dopo,
Lift the implementations of DipoDopo from implementations on
OptionalPadNums to the corresponding Pads types.