Type Alias Tmr

Source
pub type Tmr = Reg<TmrSpec>;
Expand description

TMR (rw) register accessor: Transfer Mode

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

For information about available fields see tmr module

Aliased Typeยง

struct Tmr { /* private fields */ }