[−][src]Enum lpc55_pac::dma0::channel::xfercfg::SRCINC_A
pub enum SRCINC_A { NO_INCREMENT, WIDTH_X_1, WIDTH_X_2, WIDTH_X_4, }
Determines whether the source address is incremented for each DMA transfer.
Value on reset: 0
Variants
0: No increment. The source address is not incremented for each transfer. This is the usual case when the source is a peripheral device.
1: 1 x width. The source address is incremented by the amount specified by Width for each transfer. This is the usual case when the source is memory.
2: 2 x width. The source address is incremented by 2 times the amount specified by Width for each transfer.
3: 4 x width. The source address is incremented by 4 times the amount specified by Width for each transfer.
Trait Implementations
impl Clone for SRCINC_A
[src][+]
impl Copy for SRCINC_A
[src]
impl Debug for SRCINC_A
[src][+]
impl From<SRCINC_A> for u8
[src][+]
impl PartialEq<SRCINC_A> for SRCINC_A
[src][+]
impl StructuralPartialEq for SRCINC_A
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,