Wcr

Type Alias Wcr 

Source
pub type Wcr = Reg<WcrSpec>;
Expand description

WCR (rw) register accessor: Wait Count Register

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

For information about available fields see wcr module

Aliased Typeยง

pub struct Wcr { /* private fields */ }