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

📄 pwm16_1int.lis

📁 Application Note Abstract This Application Note introduces a complete and detailed PSoC&reg project
💻 LIS
字号:
 0000           ;------------------------------------------------------------------------------
 0000           ;  FILENAME:   PWM16_1int.asm
 0000           ;   VERSION:   Rev B, 2002 Mar 30
 0000           ;------------------------------------------------------------------------------
 0000           ;  DESCRIPTION:
 0000           ;     Interrupt handler routine for PWM16 user module instance:
 0000           ;        PWM16_1.
 0000           ;------------------------------------------------------------------------------
 0000           ;       Copyright (c) Cypress MicroSystems 2000-2002. All Rights Reserved.
 0000           ;------------------------------------------------------------------------------
 0000           
 0002           bPWM16_1_INT_MASK:   equ   02h	
 0000           ;PWM16 interrupt address
 00E1           PWM16_1_INT_REG:    equ   0e1h
 0000           
 0000           
 0000           ;---------------------------------
 0000           ;  Registers used by PWM16
 0000           ;---------------------------------
 0023           PWM16_1_CONTROL_LSB_REG:    equ 23h              ;Control register LSB
 0027           PWM16_1_CONTROL_MSB_REG:    equ 27h              ;Control register MSB
 0020           PWM16_1_COUNTER_LSB_REG:    equ 20h              ;Counter register LSB
 0024           PWM16_1_COUNTER_MSB_REG:    equ 24h              ;Counter register MSB
 0021           PWM16_1_PERIOD_LSB_REG: equ 21h                  ;Period register LSB
 0025           PWM16_1_PERIOD_MSB_REG: equ 25h                  ;Period register MSB
 0022           PWM16_1_PWDITH_LSB_REG: equ 22h                  ;PulseWidth register LSB
 0026           PWM16_1_PWDITH_MSG_REG: equ 26h                  ;PulseWidth register MSB
 0020           PWM16_1_FUNC_LSB_REG:   equ 20h                  ;Function register LSB
 0024           PWM16_1_FUNC_MSB_REG:   equ 24h                  ;Function register MSB
 0021           PWM16_1_INPUT_LSB_REG:  equ 21h                  ;Input register LSB
 0025           PWM16_1_INPUT_MSB_REG:  equ 25h                  ;Input register MSB
 0022           PWM16_1_OUTPUT_LSB_REG: equ 22h                  ;Output register LSB
 0026           PWM16_1_OUTPUT_MSB_REG: equ 26h                  ;Output register MSB
 0000           
 0000           ; end of file
 0000           
 0000           
 0000           ;-----------------------------------------------------
 0000           ;  Export interrupt handler
 0000           ;     NOTE that interrupt handler is NOT exported
 0000           ;     for access by C function.  Interrupt handlers
 0000           ;     are not callable by C functions.
 0000           ;-----------------------------------------------------
                export   PWM16_1INT
                
                ;-----------------------------------------------------------------------------
                ;  FUNCTION NAME: PWM16_1Int
                ;
                ;  DESCRIPTION:
                ;     PWM16 interrupt handler for instance PWM16_1.  
                ;
                ;     This is a place holder function.  If the user requires use of an interrupt
                ;     handler for this function, then place code where specified.
                ;
                ;  ARGUMENTS:
                ;     none.
                ;
                ;  RETURNS:
                ;     none.
                ;
                ;  SIDE EFFECTS:
                ;     none.
                ;
                ;  THEORY of OPERATION:  
                ;     none.
                ;
                ;-----------------------------------------------------------------------------
 0000           PWM16_1INT:
 0000              ;--------------------------
 0000              ; Place user code here!!!
 0000              ;--------------------------
 0000              
 0000 7E           reti
 0001                   
 0001           
 0001           ; end of file
 0001           
 0001                   

⌨️ 快捷键说明

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