Add more info about how the timer works

Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
Joachim Strömbergson 2023-05-02 13:57:29 +02:00 committed by dehanj
parent 7c9dfaf45a
commit 9d188a2f7f
No known key found for this signature in database
GPG Key ID: 3707A9DBF4BB8F1A

View File

@ -11,3 +11,6 @@ timer will count seconds.
## Details
The timer counter and the prescaler counter are both 32 bits.
When enabled the counter counts down one integer value per cycle.
The timer will stop when reaching final zero (given by prescaler times the initial value of the timer)
and the running flag will be lowered.