[][src]Type Definition stm32wb_pac::aes1::cr::R

type R = R<u32, CR>;

Reader of register CR

Implementations

impl R[src]

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

Bits 20:23 - Number of padding bytes in last block of payload

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

Bit 18 - Key size selection

pub fn chmod2(&self) -> CHMOD2_R[src]

Bit 16 - AES chaining mode Bit2

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

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

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 chmod10(&self) -> CHMOD10_R[src]

Bits 5:6 - AES chaining mode Bit1 Bit0

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