Enum atsame54n19a_pac::aes::ctrla::CFBS_A[][src]

#[repr(u8)]pub enum CFBS_A {
    _128BIT,
    _64BIT,
    _32BIT,
    _16BIT,
    _8BIT,
}

Cipher Feedback Block Size

Value on reset: 0

Variants

_128BIT

0: 128-bit Input data block for Encryption/Decryption in Cipher Feedback mode

_64BIT

1: 64-bit Input data block for Encryption/Decryption in Cipher Feedback mode

_32BIT

2: 32-bit Input data block for Encryption/Decryption in Cipher Feedback mode

_16BIT

3: 16-bit Input data block for Encryption/Decryption in Cipher Feedback mode

_8BIT

4: 8-bit Input data block for Encryption/Decryption in Cipher Feedback mode

Trait Implementations

impl Clone for CFBS_A[src]

impl Copy for CFBS_A[src]

impl Debug for CFBS_A[src]

impl PartialEq<CFBS_A> for CFBS_A[src]

impl StructuralPartialEq for CFBS_A[src]

Auto Trait Implementations

impl Send for CFBS_A

impl Sync for CFBS_A

impl Unpin for CFBS_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.