You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hardware/Timers.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,15 +60,7 @@ This is the high-speed 4.00 MHz ceramic resonator (passive oscillator) used for
60
60
61
61
This oscillator is labeled `Y2` on the circuit board and has text printed on the top which looks like a curved M in a box followed by `4.00` and then a single-character serial such as `L` or `J`. It is a surface-mount component.
62
62
63
-
Disabling this oscillator when not needed can save power. You can also adjust the speed this runs at by writing to register VD1C according to the following table:
64
-
65
-
| VD1C1 | VD1C0 | Operating voltage | Oscillation |
When switching voltages you cannot jump directly between 1.6 V and 3.2 V safely and you must wait some time after switching. See the VD1C register details for usage information. Note that the BIOS will switch between 1.6 V and 2.4 V during some operations.
63
+
Disabling this oscillator when not needed can save power. To turn it off call `int [74h]` and to turn it back on call `int [39h]`.
72
64
73
65
In previous documentation and code, this oscillator was once known in the community as "oscillator 1".
0 commit comments