📄 71x_vect.s
字号:
;* Output : none
;*******************************************************************************
UART2IRQHandler
IRQ_to_SYS
ldr r0,=UART2_IRQHandler
ldr lr,=UART2_IRQHandler_end
bx r0
UART2_IRQHandler_end:
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
ldr r0,=UART3_IRQHandler
ldr lr,=UART3_IRQHandler_end
bx r0
UART3_IRQHandler_end:
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
ldr r0,=BSPI0_IRQHandler
ldr lr,=BSPI0_IRQHandler_end
bx r0
BSPI0_IRQHandler_end:
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
ldr r0,=BSPI1_IRQHandler
ldr lr,=BSPI1_IRQHandler_end
bx r0
BSPI1_IRQHandler_end:
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
ldr r0,=I2C0_IRQHandler
ldr lr,=I2C0_IRQHandler_end
bx r0
I2C0_IRQHandler_end:
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
ldr r0,=I2C1_IRQHandler
ldr lr,=I2C1_IRQHandler_end
bx r0
I2C1_IRQHandler_end:
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
ldr r0,=CAN_IRQHandler
ldr lr,=CAN_IRQHandler_end
bx r0
CAN_IRQHandler_end:
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
ldr r0,=ADC12_IRQHandler
ldr lr,=ADC12_IRQHandler_end
bx r0
ADC12_IRQHandler_end:
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
ldr r0,=T1TIMI_IRQHandler
ldr lr,=T1TIMI_IRQHandler_end
bx r0
T1TIMI_IRQHandler_end:
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
ldr r0,=T2TIMI_IRQHandler
ldr lr,=T2TIMI_IRQHandler_end
bx r0
T2TIMI_IRQHandler_end:
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
ldr r0, =T3TIMI_IRQHandler
ldr lr,=T3TIMI_IRQHandler_end
bx r0
T3TIMI_IRQHandler_end:
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
ldr r0,=HDLC_IRQHandler
ldr lr,=HDLC_IRQHandler_end
bx r0
HDLC_IRQHandler_end:
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
ldr r0,=USBLP_IRQHandler
ldr lr,=USBLP_IRQHandler_end
bx r0
USBLP_IRQHandler_end:
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
ldr r0,=T0TOI_IRQHandler
ldr lr,=T0TOI_IRQHandler_end
bx r0
T0TOI_IRQHandler_end:
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
ldr r0,=T0OC1_IRQHandler
ldr lr,=T0OC1_IRQHandler_end
bx r0
T0OC1_IRQHandler_end:
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
ldr r0,=T0OC2_IRQHandler
ldr lr,=T0OC2_IRQHandler_end
bx r0
T0OC2_IRQHandler_end:
SYS_to_IRQ
LTORG
END
;******************* (C) COPYRIGHT 2003 STMicroelectronics *****END OF FILE****
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -