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

type AES_IV_0 = Reg<u32, _AES_IV_0>;

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_0 module

Trait Implementations

impl Readable for AES_IV_0[src]

read() method returns aes_iv_0::R reader structure

impl Writable for AES_IV_0[src]

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

impl ResetValue for AES_IV_0[src]

Register AES_IV_0 reset()'s with value 0

type Type = u32

Register size