Type Definition atsame70n21b_pac::aes::CLENR[][src]

type CLENR = Reg<u32, _CLENR>;

Plaintext/Ciphertext Length Register

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

For information about available fields see clenr module

Trait Implementations

impl Readable for CLENR[src]

read() method returns clenr::R reader structure

impl ResetValue for CLENR[src]

Register CLENR reset()’s with value 0

type Type = u32

Raw register type (u8, u16, u32, …).

impl Writable for CLENR[src]

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