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

type AES_IV_1 = Reg<u32, _AES_IV_1>;

AES initialization vector registers These registers are used to provide and read the IV from the AES engine.

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

For information about avaliable fields see aes_iv_1 module

Trait Implementations

impl Readable for AES_IV_1[src]

read() method returns aes_iv_1::R reader structure

impl Writable for AES_IV_1[src]

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

impl ResetValue for AES_IV_1[src]

Register AES_IV_1 reset()'s with value 0

type Type = u32

Register size