pub type K_MEM = Reg<K_MEM_SPEC>;
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.
read
k_mem::R
reset
write
write_with_zero
k_mem::W
modify
For information about available fields see k_mem module
k_mem
struct K_MEM { /* private fields */ }