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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[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 R

impl Sync for R