pub enum IoSet1 {}
Expand description
Type-level variant of IoSet
representing SERCOM IOSET 1
See the type-level enum documentation for more details on the pattern.
Trait Implementations§
impl InIoSet<IoSet1> for Pin<PA08, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PA09, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PA10, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PA11, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PA12, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PA13, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PA14, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PA15, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PA16, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PA17, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PA18, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PA19, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PA22, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PA23, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PA24, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PA25, Alternate<C>>
impl IoSet for IoSet1
Auto Trait Implementations§
impl Freeze for IoSet1
impl RefUnwindSafe for IoSet1
impl Send for IoSet1
impl Sync for IoSet1
impl Unpin for IoSet1
impl UnwindSafe for IoSet1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more