Type Alias TCR

Source
pub type TCR = Reg<TCRrs>;
Expand description

TCR (rw) register accessor: timing configuration register

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

See register structure

For information about available fields see tcr module

Aliased Typeยง

pub struct TCR { /* private fields */ }