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

📄 str73x_vect.s

📁 基于STR730的WUT程序
💻 S
📖 第 1 页 / 共 4 页
字号:
        EXPORT TB1IRQHandler 
TB1IRQHandler
        IRQ_to_SYS
        BL     TB1_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : TB2IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the TB2IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   TB2IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT TB2IRQHandler 
TB2IRQHandler
        IRQ_to_SYS
        BL     TB2_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : TIM5IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the TIM5IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   TIM5IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT TIM5IRQHandler 
TIM5IRQHandler
        IRQ_to_SYS
        BL     TIM5_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : TIM6IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the TIM6IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   TIM6IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT TIM6IRQHandler 
TIM6IRQHandler
        IRQ_to_SYS
        BL     TIM6_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : TIM7IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the TIM7IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   TIM7IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT TIM7IRQHandler 
TIM7IRQHandler
        IRQ_to_SYS
        BL     TIM7_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : TIM8IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the TIM8IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   TIM8IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT TIM8IRQHandler 
TIM8IRQHandler
        IRQ_to_SYS
        BL     TIM8_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : TIM9IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the TIM9IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   TIM9IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT TIM9IRQHandler 
TIM9IRQHandler
        IRQ_to_SYS
        BL     TIM9_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : UART2IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the UART2IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   UART2IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT UART2IRQHandler 
UART2IRQHandler
        IRQ_to_SYS
        BL     UART2_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : UART3IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the UART3IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   UART3IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT UART3IRQHandler 
UART3IRQHandler
        IRQ_to_SYS
        BL     UART3_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : FLASHEOPIRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the FLASHEOPIRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   FLASHEOPIRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT FLASHEOPIRQHandler 
FLASHEOPIRQHandler
        IRQ_to_SYS
        BL     FLASHEOP_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : PWM0IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the PWM0IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   PWM0IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT PWM0IRQHandler 
PWM0IRQHandler
        IRQ_to_SYS
        BL     PWM0_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : PWM1IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the PWM1IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   PWM1IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT PWM1IRQHandler 
PWM1IRQHandler
        IRQ_to_SYS
        BL     PWM1_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : PWM2IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the PWM2IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   PWM2IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT PWM2IRQHandler 
PWM2IRQHandler
        IRQ_to_SYS
        BL     PWM2_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : PWM3IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the PWM3IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   PWM3IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT PWM3IRQHandler 
PWM3IRQHandler
        IRQ_to_SYS
        BL     PWM3_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : PWM4IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the PWM4IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   PWM4IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT PWM4IRQHandler 
PWM4IRQHandler
        IRQ_to_SYS
        BL     PWM4_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : PWM5IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the PWM5IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   PWM5IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT PWM5IRQHandler 
PWM5IRQHandler
        IRQ_to_SYS
        BL     PWM5_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : WIUIRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the WIUIRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   WIUIRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT WIUIRQHandler 
WIUIRQHandler
        IRQ_to_SYS
        BL     WIU_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : WDGWUTIRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the WDGWUTIRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   WDGWUTIRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT WDGWUTIRQHandler 
WDGWUTIRQHandler
        IRQ_to_SYS
        BL     WDGWUT_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : BSPI0IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the BSPI0IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   BSPI0IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT BSPI0IRQHandler 
BSPI0IRQHandler
        IRQ_to_SYS
        BL     BSPI0_IRQHandler
        SYS_to_IRQ

;*******************************************************************************
;* Function Name  : BSPI1IRQHandler
;* Description    : This function used to switch to SYS mode before entering
;                   the BSPI1IRQHandler function located in 73x_it.c.
;                   Then to return to IRQ mode after the
;                   BSPI1IRQHandler function termination.
;* Input          : none
;* Output         : none
;*******************************************************************************
        EXPORT BSPI1IRQHandler 

⌨️ 快捷键说明

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