timer8_1.inc

来自「A very good POCSAG Paging Protocol Decod」· INC 代码 · 共 29 行

INC
29
字号
;------------------------------------------------------------------------------
;  FILENAME:   Timer8_1.inc
;   VERSION:   Rev B, 2002 Mar 30
;------------------------------------------------------------------------------
;  DESCRIPTION:
;     Assembler include file of Timer8_1 instance of Timer8 
;     user module.
;------------------------------------------------------------------------------
;	Copyright (c) Cypress MicroSystems 2000-2002. All Rights Reserved.
;------------------------------------------------------------------------------
;mask value for global int reg bit for timer8 instance
bTimer8_1_INT_MASK:   equ 01h  
;timer8 interrupt address
Timer8_1_INT_REG:     equ 0e1h  

;---------------------------------
;  Registers used by timer8
;---------------------------------
Timer8_1_CONTROL_REG:   equ 23h                  ;Control register
Timer8_1_COUNTER_REG:   equ 20h                  ;Counter register
Timer8_1_PERIOD_REG:    equ 21h                  ;Period value register
Timer8_1_COMPARE_REG:   equ 22h                  ;CompareValue register
Timer8_1_FUNC_REG:  equ 20h                      ;Function register
Timer8_1_INPUT_REG: equ 21h                      ;Input register
Timer8_1_OUTPUT_REG:    equ 22h                  ;Output register

; end of file

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?