[][src]Type Definition lpc55s6x_pac::hashcrypt::CRYPTCFG

type CRYPTCFG = Reg<u32, _CRYPTCFG>;

Crypto settings for AES and Salsa and ChaCha

This register you can read, reset, write, write_with_zero, modify. See API.

For information about avaliable fields see cryptcfg module

Trait Implementations

impl Readable for CRYPTCFG[src]

read() method returns cryptcfg::R reader structure

impl Writable for CRYPTCFG[src]

write(|w| ..) method takes cryptcfg::W writer structure

impl ResetValue for CRYPTCFG[src]

Register CRYPTCFG reset()'s with value 0

type Type = u32

Register size