pub type PY_MEM = Reg<PY_MEM_SPEC>;
PY_MEM (rw) register accessor: The memory that stores Py.
You can read this register and get py_mem::R. You can reset, write, write_with_zero this register using py_mem::W. You can also modify this register. See API.
read
py_mem::R
reset
write
write_with_zero
py_mem::W
modify
For information about available fields see py_mem module
py_mem
pub struct PY_MEM { /* private fields */ }