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 InIoSet<IoSet1> for Pin<PB12, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PB13, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PB14, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PB15, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PB16, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PB17, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PB18, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PB19, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PC12, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PC13, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PC14, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PC15, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PC16, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PC17, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PC18, Alternate<C>>
impl InIoSet<IoSet1> for Pin<PC19, Alternate<C>>
impl IoSet for IoSet1
Auto Trait Implementations
impl RefUnwindSafe for IoSet1
impl Send for IoSet1
impl Sync for IoSet1
impl Unpin for IoSet1
impl UnwindSafe for IoSet1
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