Type Alias Pvr

Source
pub type Pvr = Reg<PvrSpec>;
Expand description

PVR (rw) register accessor: Preset Value n

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

For information about available fields see pvr module

Aliased Typeยง

struct Pvr { /* private fields */ }