pub enum IoSet2 {}
Expand description
Type-level variant of IoSet
representing SERCOM IOSET 2
See the type-level enum documentation for more details on the pattern.
Trait Implementations
impl InIoSet<IoSet2> for Pin<PA20, Alternate<C>>
impl InIoSet<IoSet2> for Pin<PA20, Alternate<D>>
impl InIoSet<IoSet2> for Pin<PA21, Alternate<C>>
impl InIoSet<IoSet2> for Pin<PA21, Alternate<D>>
impl InIoSet<IoSet2> for Pin<PA22, Alternate<D>>
impl InIoSet<IoSet2> for Pin<PA23, Alternate<D>>
impl InIoSet<IoSet2> for Pin<PB08, Alternate<D>>
impl InIoSet<IoSet2> for Pin<PB09, Alternate<D>>
impl InIoSet<IoSet2> for Pin<PB10, Alternate<D>>
impl InIoSet<IoSet2> for Pin<PB11, Alternate<D>>
impl InIoSet<IoSet2> for Pin<PB20, Alternate<C>>
impl InIoSet<IoSet2> for Pin<PB21, Alternate<C>>
impl InIoSet<IoSet2> for Pin<PB24, Alternate<C>>
impl InIoSet<IoSet2> for Pin<PB25, Alternate<C>>
impl InIoSet<IoSet2> for Pin<PC05, Alternate<C>>
impl InIoSet<IoSet2> for Pin<PC06, Alternate<C>>
impl InIoSet<IoSet2> for Pin<PC07, Alternate<C>>
impl InIoSet<IoSet2> for Pin<PC24, Alternate<C>>
impl InIoSet<IoSet2> for Pin<PC25, Alternate<C>>
impl IoSet for IoSet2
Auto Trait Implementations
impl RefUnwindSafe for IoSet2
impl Send for IoSet2
impl Sync for IoSet2
impl Unpin for IoSet2
impl UnwindSafe for IoSet2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more