[][src]Enum efr32xg1::crypto::ctrl::INCWIDTHR

pub enum INCWIDTHR {
    INCWIDTH1,
    INCWIDTH2,
    INCWIDTH3,
    INCWIDTH4,
}

Possible values of the field INCWIDTH

Variants

INCWIDTH1

Byte 15 in DATA1 is used for the increment function.

INCWIDTH2

Bytes 14 and 15 in DATA1 are used for the increment function.

INCWIDTH3

Bytes 13 to 15 in DATA1 are used for the increment function.

INCWIDTH4

Bytes 12 to 15 in DATA1 are used for the increment function.

Methods

impl INCWIDTHR
[src]

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

Value of the field as raw bits

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

Checks if the value of the field is INCWIDTH1

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

Checks if the value of the field is INCWIDTH2

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

Checks if the value of the field is INCWIDTH3

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

Checks if the value of the field is INCWIDTH4

Trait Implementations

impl Copy for INCWIDTHR
[src]

impl PartialEq<INCWIDTHR> for INCWIDTHR
[src]

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

This method tests for !=.

impl Clone for INCWIDTHR
[src]

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

Performs copy-assignment from source. Read more

impl Debug for INCWIDTHR
[src]

Auto Trait Implementations

impl Send for INCWIDTHR

impl Sync for INCWIDTHR

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[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]