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

type AES_CTRL = Reg<u32, _AES_CTRL>;

AES input/output buffer control and mode register This register specifies the AES mode of operation for the EIP-120t. Electronic codebook (ECB) mode is automatically selected if bits [28:5] of this register are all 0.

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

For information about avaliable fields see aes_ctrl module

Trait Implementations

impl Readable for AES_CTRL[src]

read() method returns aes_ctrl::R reader structure

impl Writable for AES_CTRL[src]

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

impl ResetValue for AES_CTRL[src]

Register AES_CTRL reset()'s with value 0

type Type = u32

Register size