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

type KEY = Reg<u32, _KEY>;

1st-4th word of key

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

For information about avaliable fields see key module

Trait Implementations

impl Readable for KEY[src]

read() method returns key::R reader structure

impl Writable for KEY[src]

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

impl ResetValue for KEY[src]

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

type Type = u32

Register size