pub type KEY = Reg<KEY_SPEC>;
KEY (rw) register accessor: AES key register %s
You can read this register and get key::R. You can reset, write, write_with_zero this register using key::W. You can also modify this register. See API.
read
key::R
reset
write
write_with_zero
key::W
modify
For information about available fields see key module
key
struct KEY { /* private fields */ }