📄 pwm8_1.inc
字号:
;------------------------------------------------------------------------------
; FILENAME: PWM8_1.inc
; VERSION: Rev B, 2002 Mar 30
;------------------------------------------------------------------------------
; DESCRIPTION:
; Assembler include file of PWM8_1 instance of PWM8
; user module.
;------------------------------------------------------------------------------
; Copyright (c) Cypress MicroSystems 2000-2002. All Rights Reserved.
;------------------------------------------------------------------------------
;--------------------------------
; Interrupt registers and masks
;--------------------------------
;mask value for global int reg bit for PWM8 instance
bPWM8_1_INT_MASK: equ 10h
;PWM8 interrupt address
PWM8_1_INT_REG: equ 0e1h
;---------------------------------
; Registers used by PWM8
;---------------------------------
PWM8_1_CONTROL_REG: equ 33h ;Control register
PWM8_1_COUNTER_REG: equ 30h ;Counter register
PWM8_1_PERIOD_REG: equ 31h ;Period value register
PWM8_1_PWIDTH_REG: equ 32h ;PulseWidth register
PWM8_1_FUNC_REG: equ 30h ;Function register
PWM8_1_INPUT_REG: equ 31h ;Input register
PWM8_1_OUTPUT_REG: equ 32h ;Output register
; end of file
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -