[][src]Enum sam3x8e::smc::cfg::DTOMULR

pub enum DTOMULR {
    X1,
    X16,
    X128,
    X256,
    X1024,
    X4096,
    X65536,
    X1048576,
}

Possible values of the field DTOMUL

Variants

X1

DTOCYC

X16

DTOCYC x 16

X128

DTOCYC x 128

X256

DTOCYC x 256

X1024

DTOCYC x 1024

X4096

DTOCYC x 4096

X65536

DTOCYC x 65536

X1048576

DTOCYC x 1048576

Methods

impl DTOMULR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is X1

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

Checks if the value of the field is X16

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

Checks if the value of the field is X128

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

Checks if the value of the field is X256

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

Checks if the value of the field is X1024

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

Checks if the value of the field is X4096

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

Checks if the value of the field is X65536

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

Checks if the value of the field is X1048576

Trait Implementations

impl Copy for DTOMULR[src]

impl Clone for DTOMULR[src]

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

Performs copy-assignment from source. Read more

impl PartialEq<DTOMULR> for DTOMULR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Debug for DTOMULR[src]

Auto Trait Implementations

impl Send for DTOMULR

impl Sync for DTOMULR

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]