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