Type Alias PX_MEM

Source
pub type PX_MEM = Reg<PX_MEM_SPEC>;
Expand description

PX_MEM (rw) register accessor: The memory that stores Px.

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

For information about available fields see px_mem module

Aliased Typeยง

pub struct PX_MEM { /* private fields */ }