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

type AES_TAG_OUT_1 = Reg<u32, _AES_TAG_OUT_1>;

TAG registers The tag registers can be accessed via DMA or directly with host reads. These registers buffer the TAG from the EIP-120t. The registers are shared with the intermediate authentication result registers, but cannot be read until the processing is finished. While processing, a read from these registers returns 0s. If an operation does not return a TAG, reading from these registers returns an IV. If an operation returns a TAG plus an IV and both need to be read by the host, the host must first read the TAG followed by the IV. Reading these in reverse order returns the IV twice.

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

For information about avaliable fields see aes_tag_out_1 module

Trait Implementations

impl Readable for AES_TAG_OUT_1[src]

read() method returns aes_tag_out_1::R reader structure

impl Writable for AES_TAG_OUT_1[src]

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

impl ResetValue for AES_TAG_OUT_1[src]

Register AES_TAG_OUT_1 reset()'s with value 0

type Type = u32

Register size