pub type TIMER2 = Reg<TIMER2_SPEC>;Expand description
TIMER2 (rw) register accessor: Pacing (X/Y) Fractional Timer
The pacing timer produces TREQ assertions at a rate set by ((X/Y) * sys_clk). This equation is evaluated every sys_clk cycles and therefore can only generate TREQs at a rate of 1 per sys_clk (i.e. permanent TREQ) or less.
You can read this register and get timer2::R. You can reset, write, write_with_zero this register using timer2::W. You can also modify this register. See API.
For information about available fields see timer2
module
Aliased Typeยง
pub struct TIMER2 { /* private fields */ }