Enum Emlm
pub enum Emlm {
_0 = 0,
_1 = 1,
}Expand description
Enable Minor Loop Mapping
Value on reset: 0
Variants§
_0 = 0
0: Disabled. TCDn.word2 is defined as a 32-bit NBYTES field.
_1 = 1
1: Enabled. TCDn.word2 is redefined to include individual enable fields, an offset field, and the NBYTES field. The individual enable fields allow the minor loop offset to be applied to the source address, the destination address, or both. The NBYTES field is reduced when either offset is enabled.
Trait Implementations§
impl Copy for Emlm
impl Eq for Emlm
impl StructuralPartialEq for Emlm
Auto Trait Implementations§
impl Freeze for Emlm
impl RefUnwindSafe for Emlm
impl Send for Emlm
impl Sync for Emlm
impl Unpin for Emlm
impl UnwindSafe for Emlm
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