Type Alias PY_MEM

Source
pub type PY_MEM = Reg<PY_MEM_SPEC>;
Expand description

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.

For information about available fields see py_mem module

Aliased Typeยง

pub struct PY_MEM { /* private fields */ }