Type Definition stm32g4::stm32g484::aes::cr::R[][src]

type R = R<u32, CR>;

Reader of register CR

Implementations

impl R[src]

pub fn npblb(&self) -> NPBLB_R[src]

Bits 20:23 - NPBLB

pub fn keysize(&self) -> KEYSIZE_R[src]

Bit 18 - KEYSIZE

pub fn chmod_2(&self) -> CHMOD_2_R[src]

Bit 16 - CHMOD_2

pub fn gcmph(&self) -> GCMPH_R[src]

Bits 13:14 - GCMPH

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

Bit 12 - Enable DMA management of data output phase

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

Bit 11 - Enable DMA management of data input phase

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

Bit 10 - Error interrupt enable

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

Bit 9 - CCF flag interrupt enable

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

Bit 8 - Error clear

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

Bit 7 - Computation Complete Flag Clear

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

Bits 5:6 - AES chaining mode

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

Bits 3:4 - AES operating mode

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

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

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

Bit 0 - AES enable