Enum Trig
pub enum Trig {
_0 = 0,
_1 = 1,
}Expand description
DMA Channel Trigger Enable
Value on reset: 0
Variants§
_0 = 0
0: Triggering is disabled. If triggering is disabled and ENBL is set, the DMA Channel will simply route the specified source to the DMA channel. (Normal mode)
_1 = 1
1: Triggering is enabled. If triggering is enabled and ENBL is set, the DMAMUX is in Periodic Trigger mode.
Trait Implementations§
impl Copy for Trig
impl Eq for Trig
impl StructuralPartialEq for Trig
Auto Trait Implementations§
impl Freeze for Trig
impl RefUnwindSafe for Trig
impl Send for Trig
impl Sync for Trig
impl Unpin for Trig
impl UnwindSafe for Trig
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