Struct stm32f7x2::cryp::cr::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bit 18 - Key size selection

[src]

Bits 13:14 - Used only for GCM, GMAC and CMAC algorithms and has no effect when other

[src]

Bit 12 - Enable DMA management of data output phase

[src]

Bit 11 - Enable DMA management of data input phase

[src]

Bit 10 - Error interrupt enable

[src]

Bit 9 - CCF flag interrupt enable

[src]

Bit 8 - Error clear

[src]

Bit 7 - Computation complete flag clear

[src]

Bits 5:6 - AES chaining mode

[src]

Bits 3:4 - AES operating mode

[src]

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

[src]

Bit 0 - AES enable

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W