[][src]Enum sam3x8e::dmac::ctrla0::DCSIZER

pub enum DCSIZER {
    CHK_1,
    CHK_4,
    CHK_8,
    CHK_16,
    _Reserved(u8),
}

Possible values of the field DCSIZE

Variants

CHK_1

1 data transferred

CHK_4

4 data transferred

CHK_8

8 data transferred

CHK_16

16 data transferred

_Reserved(u8)

Reserved

Methods

impl DCSIZER[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_chk_1(&self) -> bool[src]

Checks if the value of the field is CHK_1

pub fn is_chk_4(&self) -> bool[src]

Checks if the value of the field is CHK_4

pub fn is_chk_8(&self) -> bool[src]

Checks if the value of the field is CHK_8

pub fn is_chk_16(&self) -> bool[src]

Checks if the value of the field is CHK_16

Trait Implementations

impl Clone for DCSIZER[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DCSIZER[src]

impl PartialEq<DCSIZER> for DCSIZER[src]

impl Debug for DCSIZER[src]

Auto Trait Implementations

impl Send for DCSIZER

impl Sync for DCSIZER

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]