[−][src]Type Definition lpc55_pac::hashcrypt::config::R
type R = R<u32, CONFIG>;
Reader of register CONFIG
Implementations
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 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 icb(&self) -> ICB_R
[src]
Bit 11 - 1 if ICB over AES included