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.
For information about available fields see syst_rvr
module
struct SYST_RVR { /* private fields */ }