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 timer1::R
. You can reset
, write
, write_with_zero
this register using timer1::W
. You can also modify
this register. See API.
reset()
method sets TIMER1 to value 0
write(|w| ..)
method takes timer1::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns timer1::R
reader structure