[][src]Type Definition stm32l0::stm32l0x1::aes::cr::W

type W = W<u32, CR>;

Writer for register CR

Methods

impl W[src]

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

Bit 12 - Enable DMA management of data output phase

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

Bit 11 - Enable DMA management of data input phase

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

Bit 10 - Error interrupt enable

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

Bit 9 - CCF flag interrupt enable

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

Bit 8 - Error clear

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

Bit 7 - Computation Complete Flag Clear

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

Bits 5:6 - AES chaining mode

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

Bits 3:4 - AES operating mode

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

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

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

Bit 0 - AES enable