To generate a multi-shot timer with a period of N processor clock cycles, use a RELOAD value of N-1. For example, if the SysTick interrupt is required every 100 clock pulses, set RELOAD to 99.
You can read
this register and get syst_rvr::R
. You can reset
, write
, write_with_zero
this register using syst_rvr::W
. You can also modify
this register. See API.
reset()
method sets SYST_RVR to value 0
write(|w| ..)
method takes syst_rvr::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns syst_rvr::R
reader structure