[−][src]Type Definition lpc55_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 available fields see cryptcfg module
Trait Implementations
impl Readable for CRYPTCFG[src]
read() method returns cryptcfg::R reader structure
impl ResetValue for CRYPTCFG[src][+]
type Type = u32
fn reset_value() -> Self::Type[src][−]
impl Writable for CRYPTCFG[src]
write(|w| ..) method takes cryptcfg::W writer structure