pub enum Dmaselect {
Single = 0,
Multiple = 1,
}
Expand description
Single or Multiple DMA Channels
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Dmaselect
impl Eq for Dmaselect
impl StructuralPartialEq for Dmaselect
Auto Trait Implementations§
impl Freeze for Dmaselect
impl RefUnwindSafe for Dmaselect
impl Send for Dmaselect
impl Sync for Dmaselect
impl Unpin for Dmaselect
impl UnwindSafe for Dmaselect
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