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

type AES_IV_3 = Reg<u32, _AES_IV_3>;

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

Trait Implementations

impl Readable for AES_IV_3[src]

read() method returns aes_iv_3::R reader structure

impl Writable for AES_IV_3[src]

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

impl ResetValue for AES_IV_3[src]

Register AES_IV_3 reset()'s with value 0

type Type = u32

Register size