CR

Type Alias CR 

Source
pub type CR = Reg<u32, _CR>;
Expand description

control register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see cr module

Aliased Typeยง

pub struct CR { /* private fields */ }