[][src]Type Definition cc2538::aes::HASH_DIGEST_A

type HASH_DIGEST_A = Reg<u32, _HASH_DIGEST_A>;

Hash digest registers The hash digest registers consist of eight 32-bit registers, named HASH_DIGEST_A to HASH_DIGEST_H. After processing a message, the output digest can be read from these registers. These registers can be written with an intermediate hash result for continued hash operations.

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

For information about avaliable fields see hash_digest_a module

Trait Implementations

impl Readable for HASH_DIGEST_A[src]

read() method returns hash_digest_a::R reader structure

impl Writable for HASH_DIGEST_A[src]

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

impl ResetValue for HASH_DIGEST_A[src]

Register HASH_DIGEST_A reset()'s with value 0

type Type = u32

Register size