(fpga) Clarify register values.

Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
Joachim Strömbergson 2024-08-15 14:12:23 +02:00
parent dc72d9907d
commit aa82705632
No known key found for this signature in database
GPG Key ID: 5DDC7C542422EC8D

View File

@ -13,11 +13,9 @@ done by reading the STATUS_RUNNING_BIT. If set to zero, the timer has
completed. completed.
If the free running mode is set (default off), the counter will not If the free running mode is set (default off), the counter will not
stup when the number of cycles defined by (prescaler * timer) has been stpp when the number of cycles defined by (prescaler * timer) has been
reached. Instead the timer continues until the CTRL_STOP_BIT is reached. Instead the timer continues until the CTRL_STOP_BIT is
asserted. Note that in free running mode, the ADDR_PRESCALER shall be asserted.
set to one (1).
## API ## API
The following addresses define the API for the timer: The following addresses define the API for the timer:
@ -38,5 +36,6 @@ The following addresses define the API for the timer:
``` ```
ADDR_PRESCALER and ADDR_TIMER should be set to a non-negative value (default are one.) ADDR_PRESCALER and ADDR_TIMER registers should be set to a
Note that these values can't be changed when the timer is running. non-negative value. Default values for the these registers are one (1).
Note that these registers can't be changed when the timer is running.