Result codes for fSetTimer
W | R | Comment |
---|---|---|
0 <=W<=32,767 | 0 | Normal |
W>32,767 | 1 | Incl +Inf. Timer set to 32,767 |
W<0 | 2 | Incl -Inf. Timer set to 0 |
NaN | 3 | Timer set to 0 |
These results can be tested using BranchR
W | R | Comment |
---|---|---|
0 <=W<=32,767 | 0 | Normal |
W>32,767 | 1 | Incl +Inf. Timer set to 32,767 |
W<0 | 2 | Incl -Inf. Timer set to 0 |
NaN | 3 | Timer set to 0 |
These results can be tested using BranchR