[][src]Struct imxrt1062_bee::ctrl::LITTLE_ENDIAN_W

pub struct LITTLE_ENDIAN_W<'a> { /* fields omitted */ }

Write proxy for field LITTLE_ENDIAN

Methods

impl<'a> LITTLE_ENDIAN_W<'a>[src]

pub fn variant(self, variant: LITTLE_ENDIAN_A) -> &'a mut W[src]

Writes variant to the field

pub fn little_endian_0(self) -> &'a mut W[src]

The input and output data of the AES core is swapped as below: {B15,B14,B13,B12,B11,B10,B9,B8, B7,B6,B5,B4,B3,B2,B1,B0} swap to {B0,B1,B2,B3,B4,B5,B6,B7, B8,B9,B10,B11,B12,B13,B14,B15}, where B0~B15 refers to Byte0 to Byte15.

pub fn little_endian_1(self) -> &'a mut W[src]

The input and output data of AES core is not swapped.

pub fn set_bit(self) -> &'a mut W[src]

Sets the field bit

pub fn clear_bit(self) -> &'a mut W[src]

Clears the field bit

pub fn bit(self, value: bool) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for LITTLE_ENDIAN_W<'a>

impl<'a> !Sync for LITTLE_ENDIAN_W<'a>

impl<'a> Unpin for LITTLE_ENDIAN_W<'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, 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.