[][src]Struct stm32l4xx_hal::stm32::aes::cr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn dmaouten(&mut self) -> _DMAOUTENW[src]

Bit 12 - Enable DMA management of data output phase

pub fn dmainen(&mut self) -> _DMAINENW[src]

Bit 11 - Enable DMA management of data input phase

pub fn errie(&mut self) -> _ERRIEW[src]

Bit 10 - Error interrupt enable

pub fn ccfie(&mut self) -> _CCFIEW[src]

Bit 9 - CCF flag interrupt enable

pub fn errc(&mut self) -> _ERRCW[src]

Bit 8 - Error clear

pub fn ccfc(&mut self) -> _CCFCW[src]

Bit 7 - Computation Complete Flag Clear

pub fn chmod(&mut self) -> _CHMODW[src]

Bits 5:6 - AES chaining mode

pub fn mode(&mut self) -> _MODEW[src]

Bits 3:4 - AES operating mode

pub fn datatype(&mut self) -> _DATATYPEW[src]

Bits 1:2 - Data type selection (for data in and data out to/from the cryptographic block)

pub fn en(&mut self) -> _ENW[src]

Bit 0 - AES enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[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]

impl<T> Same for T

type Output = T

Should always be Self