Enum Halt
pub enum Halt {
_0 = 0,
_1 = 1,
}Expand description
Halt DMA Operations
Value on reset: 0
Variants§
_0 = 0
0: Normal operation
_1 = 1
1: Stall the start of any new channels. Executing channels are allowed to complete. Channel execution resumes when this bit is cleared.
Trait Implementations§
impl Copy for Halt
impl Eq for Halt
impl StructuralPartialEq for Halt
Auto Trait Implementations§
impl Freeze for Halt
impl RefUnwindSafe for Halt
impl Send for Halt
impl Sync for Halt
impl Unpin for Halt
impl UnwindSafe for Halt
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