pub enum IoSet3 {}
Expand description
Type-level variant of IoSet
representing SERCOM IOSET 3
See the type-level enum documentation for more details on the pattern.
Trait Implementations§
impl InIoSet<IoSet3> for Pin<PA04, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA05, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA06, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA07, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA08, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA09, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA10, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA11, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA12, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA13, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA14, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA15, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA16, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA17, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA18, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA19, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA22, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA23, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA24, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PA25, Alternate<D>>
impl InIoSet<IoSet3> for Pin<PB22, Alternate<C>>
impl InIoSet<IoSet3> for Pin<PB23, Alternate<C>>
impl IoSet for IoSet3
Auto Trait Implementations§
impl Freeze for IoSet3
impl RefUnwindSafe for IoSet3
impl Send for IoSet3
impl Sync for IoSet3
impl Unpin for IoSet3
impl UnwindSafe for IoSet3
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