[][src]Enum cc13x2_cc26x2_hal::crypto::aesctl::CTR_WIDTHR

pub enum CTR_WIDTHR {
    _128_BIT,
    _96_BIT,
    _64_BIT,
    _32_BIT,
}

Possible values of the field CTR_WIDTH

Variants

_128_BIT

128 bits

_96_BIT

96 bits

_64_BIT

64 bits

_32_BIT

32 bits

Methods

impl CTR_WIDTHR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is _128_BIT

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

Checks if the value of the field is _96_BIT

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

Checks if the value of the field is _64_BIT

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

Checks if the value of the field is _32_BIT

Trait Implementations

impl Debug for CTR_WIDTHR[src]

impl PartialEq<CTR_WIDTHR> for CTR_WIDTHR[src]

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

This method tests for !=.

impl Copy for CTR_WIDTHR[src]

impl Clone for CTR_WIDTHR[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 CTR_WIDTHR

impl Sync for CTR_WIDTHR

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

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

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]

impl<T> Same for T

type Output = T

Should always be Self