[][src]Type Definition lpc55s6x_pac::hashcrypt::config::R

type R = R<u32, CONFIG>;

Reader of register CONFIG

Methods

impl R[src]

pub fn dual(&self) -> DUAL_R[src]

Bit 0 - 1 if 2 x 512 bit buffers, 0 if only 1 x 512 bit

pub fn dma(&self) -> DMA_R[src]

Bit 1 - 1 if DMA is connected

pub fn ahb(&self) -> AHB_R[src]

Bit 3 - 1 if AHB Master is enabled

pub fn sha512(&self) -> SHA512_R[src]

Bit 5 - 1 if SHA2-512 included

pub fn aes(&self) -> AES_R[src]

Bit 6 - 1 if AES 128 included

pub fn aeskey(&self) -> AESKEY_R[src]

Bit 7 - 1 if AES 192 and 256 also included

pub fn secret(&self) -> SECRET_R[src]

Bit 8 - 1 if AES Secret key available

pub fn salsa(&self) -> SALSA_R[src]

Bit 9 - 1 if Salsa included

pub fn chacha(&self) -> CHACHA_R[src]

Bit 10 - 1 if ChaCha included

pub fn icb(&self) -> ICB_R[src]

Bit 11 - 1 if ICB over AES included