Type Alias K_MEM

Source
pub type K_MEM = Reg<K_MEM_SPEC>;
Expand description

K_MEM (rw) register accessor: The memory that stores k.

You can read this register and get k_mem::R. You can reset, write, write_with_zero this register using k_mem::W. You can also modify this register. See API.

For information about available fields see k_mem module

Aliased Typeยง

struct K_MEM { /* private fields */ }