[][src]Type Definition k210_pac::aes::IV

type IV = Reg<u32, _IV>;

Initialisation Vector (96 bit for GCM, 128 bit for CBC)

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

For information about avaliable fields see iv module

Trait Implementations

impl Readable for IV[src]

read() method returns iv::R reader structure

impl Writable for IV[src]

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

impl ResetValue for IV[src]

Register iv[%s] reset()'s with value 0

type Type = u32

Register size