⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pwm16_2.inc

📁 Application Note Abstract This Application Note introduces a complete and detailed PSoC&reg project
💻 INC
字号:
;------------------------------------------------------------------------------
;  FILENAME:   PWM16_2.inc
;   VERSION:   Rev B, 2002 Mar 30
;------------------------------------------------------------------------------
;  DESCRIPTION:
;     Assembler include file of PWM16_2 instance of PWM16 
;     user module.
;------------------------------------------------------------------------------
;	Copyright (c) Cypress MicroSystems 2000-2002. All Rights Reserved.
;------------------------------------------------------------------------------

;--------------------------------
;  Interrupt registers and masks
;--------------------------------
;mask value for global int reg bit for PWM16 instance
bPWM16_2_INT_MASK:   equ   08h	
;PWM16 interrupt address
PWM16_2_INT_REG:    equ   0e1h


;---------------------------------
;  Registers used by PWM16
;---------------------------------
PWM16_2_CONTROL_LSB_REG:    equ 2bh              ;Control register LSB
PWM16_2_CONTROL_MSB_REG:    equ 2fh              ;Control register MSB
PWM16_2_COUNTER_LSB_REG:    equ 28h              ;Counter register LSB
PWM16_2_COUNTER_MSB_REG:    equ 2ch              ;Counter register MSB
PWM16_2_PERIOD_LSB_REG: equ 29h                  ;Period register LSB
PWM16_2_PERIOD_MSB_REG: equ 2dh                  ;Period register MSB
PWM16_2_PWDITH_LSB_REG: equ 2ah                  ;PulseWidth register LSB
PWM16_2_PWDITH_MSG_REG: equ 2eh                  ;PulseWidth register MSB
PWM16_2_FUNC_LSB_REG:   equ 28h                  ;Function register LSB
PWM16_2_FUNC_MSB_REG:   equ 2ch                  ;Function register MSB
PWM16_2_INPUT_LSB_REG:  equ 29h                  ;Input register LSB
PWM16_2_INPUT_MSB_REG:  equ 2dh                  ;Input register MSB
PWM16_2_OUTPUT_LSB_REG: equ 2ah                  ;Output register LSB
PWM16_2_OUTPUT_MSB_REG: equ 2eh                  ;Output register MSB

; end of file

⌨️ 快捷键说明

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