TIMER_CTRL
Bit Field |
Read/Write |
Field Name |
Description |
---|---|---|---|
8 |
R |
BUSY |
Indicate if the timer is active or not |
1 |
W |
START |
Start or restart the timer |
0 |
W |
STOP |
Stop the timer |
Bit Field |
Field Name |
Value Symbol |
Value Description |
Hex Value |
---|---|---|---|---|
8 |
BUSY |
TIMER_INACTIVE |
The timer is inactive |
0x0* |
|
|
TIMER_ACTIVE |
The timer is active |
0x1 |
1 |
START |
TIMER_START |
Writing a 1 starts or restarts the timer |
0x1 |
0 |
STOP |
TIMER_STOP |
Writing a 1 stops the timer |
0x1 |