Type Alias KEY

Source
pub type KEY = Reg<KEY_SPEC>;
Expand description

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.

For information about available fields see key module

Aliased Typeยง

struct KEY { /* private fields */ }