pwm8_1.inc
来自「Application Note Abstract This Applicat」· INC 代码 · 共 33 行
INC
33 行
;------------------------------------------------------------------------------
; 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 + =
减小字号Ctrl + -
显示快捷键?