Struct msp432p401r::aes256::aesactl0::W[][src]

pub struct W(_);

Register AESACTL0 writer

Implementations

impl W[src]

pub fn aesopx(&mut self) -> AESOPX_W<'_>[src]

Bits 0:1 - AES operation

pub fn aesklx(&mut self) -> AESKLX_W<'_>[src]

Bits 2:3 - AES key length

pub fn aescmx(&mut self) -> AESCMX_W<'_>[src]

Bits 5:6 - AES cipher mode select

pub fn aesswrst(&mut self) -> AESSWRST_W<'_>[src]

Bit 7 - AES software reset

pub fn aesrdyifg(&mut self) -> AESRDYIFG_W<'_>[src]

Bit 8 - AES ready interrupt flag

pub fn aeserrfg(&mut self) -> AESERRFG_W<'_>[src]

Bit 11 - AES error flag

pub fn aesrdyie(&mut self) -> AESRDYIE_W<'_>[src]

Bit 12 - AES ready interrupt enable

pub fn aescmen(&mut self) -> AESCMEN_W<'_>[src]

Bit 15 - AES cipher mode enable

pub unsafe fn bits(&mut self, bits: u16) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<AESACTL0_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<AESACTL0_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<AESACTL0_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.