[−][src]Enum lpc55_pac::dma0::channel::xfercfg::WIDTH_A
pub enum WIDTH_A { BIT_8, BIT_16, BIT_32, }
Transfer width used for this DMA channel.
Value on reset: 0
Variants
0: 8-bit. 8-bit transfers are performed (8-bit source reads and destination writes).
1: 16-bit. 6-bit transfers are performed (16-bit source reads and destination writes).
2: 32-bit. 32-bit transfers are performed (32-bit source reads and destination writes).
Trait Implementations
impl Clone for WIDTH_A
[src][+]
impl Copy for WIDTH_A
[src]
impl Debug for WIDTH_A
[src][+]
impl From<WIDTH_A> for u8
[src][+]
impl PartialEq<WIDTH_A> for WIDTH_A
[src][+]
impl StructuralPartialEq for WIDTH_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>,