mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-07-24 15:35:23 -04:00
Restore start and stop bits, but clarify in documenation
This commit is contained in:
parent
50fbc8adc4
commit
2be934ee22
4 changed files with 29 additions and 23 deletions
|
@ -310,8 +310,9 @@ Assigned core prefixes:
|
|||
|--------------------|------|------------|--------|---------|-----------|-----------------------------------------------------------------------|
|
||||
| `TRNG_STATUS` | r | r | | | | Non-zero when an entropy word is available. |
|
||||
| `TRNG_ENTROPY` | r | r | 4B | | | Entropy word. Reading a word will clear status. |
|
||||
| `TIMER_CTRL` | r/w | r/w | | | | If bit zero is set timer is running. |
|
||||
| `TIMER_STATUS` | r | r | | | | Bit zero is set if ready to start running. |
|
||||
| `TIMER_CTRL` | r/w | r/w | | | | If bit zero is set when status is set, the timer will start running. |
|
||||
| | | | | | | If bit one is set when status is not set, the timer will stop running.|
|
||||
| `TIMER_STATUS` | r | r | | | | If bit zero is set, the timer is ready to start running. |
|
||||
| `TIMER_PRESCALER` | r/w | r/w | 4B | | | Prescaler init value. Write blocked when running. |
|
||||
| `TIMER_TIMER` | r/w | r/w | 4B | | | Timer init or current value when running. Write blocked when running. |
|
||||
| `UDS_START` | r[^2]| invisible | 4B | u8[32] | | First word of Unique Device Secret key. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue