pub enum IoSet5 {}
Expand description
Type-level variant of IoSet
representing SERCOM IOSET 5
See the type-level enum documentation for more details on the pattern.
Trait Implementations
impl InIoSet<IoSet5> for Pin<PA30, Alternate<C>>
impl InIoSet<IoSet5> for Pin<PA31, Alternate<C>>
impl InIoSet<IoSet5> for Pin<PB00, Alternate<D>>
impl InIoSet<IoSet5> for Pin<PB01, Alternate<D>>
impl InIoSet<IoSet5> for Pin<PB30, Alternate<C>>
impl InIoSet<IoSet5> for Pin<PB30, Alternate<D>>
impl InIoSet<IoSet5> for Pin<PB31, Alternate<C>>
impl InIoSet<IoSet5> for Pin<PB31, Alternate<D>>
impl InIoSet<IoSet5> for Pin<PC10, Alternate<C>>
impl InIoSet<IoSet5> for Pin<PC11, Alternate<C>>
impl InIoSet<IoSet5> for Pin<PC12, Alternate<D>>
impl InIoSet<IoSet5> for Pin<PC13, Alternate<D>>
impl IoSet for IoSet5
Auto Trait Implementations
impl RefUnwindSafe for IoSet5
impl Send for IoSet5
impl Sync for IoSet5
impl Unpin for IoSet5
impl UnwindSafe for IoSet5
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