[][src]Enum sam3x8e::hsmci::cstor::CSTOMULR

pub enum CSTOMULR {
    _1,
    _16,
    _128,
    _256,
    _1024,
    _4096,
    _65536,
    _1048576,
}

Possible values of the field CSTOMUL

Variants

_1

CSTOCYC x 1

_16

CSTOCYC x 16

_128

CSTOCYC x 128

_256

CSTOCYC x 256

_1024

CSTOCYC x 1024

_4096

CSTOCYC x 4096

_65536

CSTOCYC x 65536

_1048576

CSTOCYC x 1048576

Methods

impl CSTOMULR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is _1

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

Checks if the value of the field is _16

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

Checks if the value of the field is _128

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

Checks if the value of the field is _256

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

Checks if the value of the field is _1024

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

Checks if the value of the field is _4096

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

Checks if the value of the field is _65536

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

Checks if the value of the field is _1048576

Trait Implementations

impl Clone for CSTOMULR[src]

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

Performs copy-assignment from source. Read more

impl Debug for CSTOMULR[src]

impl PartialEq<CSTOMULR> for CSTOMULR[src]

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

This method tests for !=.

impl Copy for CSTOMULR[src]

Auto Trait Implementations

impl Send for CSTOMULR

impl Sync for CSTOMULR

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]