[][src]Enum efr32xg1::crypto::dstatus::DATA0ZEROR

pub enum DATA0ZEROR {
    ZERO0TO31,
    ZERO32TO63,
    ZERO64TO95,
    ZERO96TO127,
    _Reserved(u8),
}

Possible values of the field DATA0ZERO

Variants

ZERO0TO31

In DATA0 bits 0 to 31 are all zero.

ZERO32TO63

In DATA0 bits 32 to 63 are all zero.

ZERO64TO95

In DATA0 bits 64 to 95 are all zero.

ZERO96TO127

In DATA0 bits 96 to 127 are all zero.

_Reserved(u8)

Reserved

Methods

impl DATA0ZEROR
[src]

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

Value of the field as raw bits

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

Checks if the value of the field is ZERO0TO31

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

Checks if the value of the field is ZERO32TO63

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

Checks if the value of the field is ZERO64TO95

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

Checks if the value of the field is ZERO96TO127

Trait Implementations

impl Debug for DATA0ZEROR
[src]

impl PartialEq<DATA0ZEROR> for DATA0ZEROR
[src]

impl Copy for DATA0ZEROR
[src]

impl Clone for DATA0ZEROR
[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DATA0ZEROR

impl Sync for DATA0ZEROR

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]