Changeset 589 in xtideuniversalbios for trunk/Assembly_Library/Inc/SystemTimer.inc
- Timestamp:
- May 22, 2016, 12:26:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/SystemTimer.inc
r287 r589 1 1 ; Project name : Assembly Library 2 ; Description : System Timer (8254) relate sequates and macros.2 ; Description : System Timer (8254) related equates and macros. 3 3 %ifndef SYSTEMTIMER_INC 4 4 %define SYSTEMTIMER_INC … … 34 34 CONTROL_WORD_REGISTER_out EQU 43h 35 35 36 ; Timer 2 is connected to PC Speaker that can be controlle rfrom port 61h.36 ; Timer 2 is connected to PC Speaker that can be controlled from port 61h. 37 37 SPEAKER_CONTROL_REGISTER EQU 61h 38 38 FLG_TIMER_2_OUTPUT_in EQU (1<<5) ; AT+ only
Note:
See TracChangeset
for help on using the changeset viewer.