[][src]Type Definition atsame70q19b::aes::AES_CLENR

type AES_CLENR = Reg<u32, _AES_CLENR>;

Plaintext/Ciphertext Length Register

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

For information about available fields see aes_clenr module

Trait Implementations

impl Readable for AES_CLENR[src]

read() method returns aes_clenr::R reader structure

impl ResetValue for AES_CLENR[src]

Register AES_CLENR reset()'s with value 0

type Type = u32

Register size

impl Writable for AES_CLENR[src]

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