📄 71x_vect_ucos.s
字号:
; Then to return to IRQ mode after the
; RTC_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
RTCIRQHandler
IRQ_to_SYS
BL RTC_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : WDGIRQHandler
;* Description : This function used to switch to SYS mode before entering
; the WDG_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; WDG_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
WDGIRQHandler
IRQ_to_SYS
BL WDG_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : XTIIRQHandler
;* Description : This function used to switch to SYS mode before entering
; the XTI_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; XTI_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
XTIIRQHandler
IRQ_to_SYS
BL XTI_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : USBHPIRQHandler
;* Description : This function used to switch to SYS mode before entering
; the USBHP_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; USBHP_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
USBHPIRQHandler
IRQ_to_SYS
BL USBHP_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : I2C0ITERRIRQHandler
;* Description : This function used to switch to SYS mode before entering
; the I2C0ITERR_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; I2C0ITERR_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
I2C0ITERRIRQHandler
IRQ_to_SYS
BL I2C0ITERR_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : I2C1ITERRIRQHandler
;* Description : This function used to switch to SYS mode before entering
; the I2C1ITERR_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; I2C1ITERR_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
I2C1ITERRIRQHandler
IRQ_to_SYS
BL I2C1ITERR_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : UART0IRQHandler
;* Description : This function used to switch to SYS mode before entering
; the UART0_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; UART0_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
UART0IRQHandler
IRQ_to_SYS
BL UART0_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : UART1IRQHandler
;* Description : This function used to switch to SYS mode before entering
; the UART1_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; UART1_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
UART1IRQHandler
IRQ_to_SYS
BL UART1_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : UART2IRQHandler
;* Description : This function used to switch to SYS mode before entering
; the UART2_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; UART2_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
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 UART3_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; UART3_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
UART3IRQHandler
IRQ_to_SYS
BL UART3_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : BSPI0IRQHandler
;* Description : This function used to switch to SYS mode before entering
; the BSPI0_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; BSPI0_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
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 BSPI1_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; BSPI1_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
BSPI1IRQHandler
IRQ_to_SYS
BL BSPI1_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : I2C0IRQHandler
;* Description : This function used to switch to SYS mode before entering
; the I2C0_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; I2C0_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
I2C0IRQHandler
IRQ_to_SYS
BL I2C0_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : I2C1IRQHandler
;* Description : This function used to switch to SYS mode before entering
; the I2C1_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; I2C1_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
I2C1IRQHandler
IRQ_to_SYS
BL I2C1_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : CANIRQHandler
;* Description : This function used to switch to SYS mode before entering
; the CAN_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; CAN_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
CANIRQHandler
IRQ_to_SYS
BL CAN_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : ADC12IRQHandler
;* Description : This function used to switch to SYS mode before entering
; the ADC12_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; ADC12_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
ADC12IRQHandler
IRQ_to_SYS
BL ADC12_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : T1TIMIIRQHandler
;* Description : This function used to switch to SYS mode before entering
; the T1TIMI_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; T1TIMI_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
T1TIMIIRQHandler
IRQ_to_SYS
BL T1TIMI_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : T2TIMIIRQHandler
;* Description : This function used to switch to SYS mode before entering
; the T2TIMI_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; T2TIMI_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
T2TIMIIRQHandler
IRQ_to_SYS
BL T2TIMI_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : T3TIMIIRQHandler
;* Description : This function used to switch to SYS mode before entering
; the T3TIMI_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; T3TIMI_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
T3TIMIIRQHandler
IRQ_to_SYS
BL T3TIMI_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : HDLCIRQHandler
;* Description : This function used to switch to SYS mode before entering
; the HDLC_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; HDLC_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
HDLCIRQHandler
IRQ_to_SYS
BL HDLC_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : USBLPIRQHandler
;* Description : This function used to switch to SYS mode before entering
; the USBLP_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; USBLP_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
USBLPIRQHandler
IRQ_to_SYS
BL USBLP_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : T0TOIIRQHandler
;* Description : This function used to switch to SYS mode before entering
; the T0TOI_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; T0TOI_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
T0TOIIRQHandler
IRQ_to_SYS
BL T0TOI_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : T0OC1IRQHandler
;* Description : This function used to switch to SYS mode before entering
; the T0OC1_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; T0OC1_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
T0OC1IRQHandler
IRQ_to_SYS
BL T0OC1_IRQHandler
SYS_to_IRQ
;*******************************************************************************
;* Function Name : T0OC2IRQHandler
;* Description : This function used to switch to SYS mode before entering
; the T0OC2_IRQHandler function located in 71x_it.c.
; Then to return to IRQ mode after the
; T0OC2_IRQHandler function termination.
;* Input : none
;* Output : none
;*******************************************************************************
T0OC2IRQHandler
IRQ_to_SYS
BL T0OC2_IRQHandler
SYS_to_IRQ
LTORG
END
;******************* (C) COPYRIGHT 2003 STMicroelectronics *****END OF FILE****
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -