| /bsp/essemi/es32f369x/libraries/CMSIS/Device/EastSoft/ES32F36xx/Startup/iar/ |
| A D | startup_es32f36xx.s | 40 DCD RESET_Handler ;1, reset handler 41 DCD NMI_Handler ;2, nmi handler 42 DCD HardFault_Handler ;3, hard fault handler 50 DCD SVC_Handler ;11, svcall handler 53 DCD PendSV_Handler ;14, pendsv handler 54 DCD SysTick_Handler ;15, systick handler 55 DCD WWDG_Handler ;16, irq0 WWDG handler 56 DCD IWDG_Handler ;17, irq1 IWDG handler 57 DCD LVD_Handler ;18, irq2 LVD handler 58 DCD RTC_Handler ;19, irq3 RTC handler [all …]
|
| /bsp/essemi/es32f369x/libraries/CMSIS/Device/EastSoft/ES32F36xx/Startup/keil/ |
| A D | startup_es32f36xx.s | 50 DCD RESET_Handler ;1, reset handler 51 DCD NMI_Handler ;2, nmi handler 52 DCD HardFault_Handler ;3, hard fault handler 60 DCD SVC_Handler ;11, svcall handler 63 DCD PendSV_Handler ;14, pendsv handler 64 DCD SysTick_Handler ;15, systick handler 65 DCD WWDG_Handler ;16, irq0 WWDG handler 66 DCD IWDG_Handler ;17, irq1 IWDG handler 67 DCD LVD_Handler ;18, irq2 LVD handler 68 DCD RTC_Handler ;19, irq3 RTC handler [all …]
|
| /bsp/essemi/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/Startup/iar/ |
| A D | startup_es32f065x.s | 40 DCD Reset_Handler ;1, reset handler 41 DCD NMI_Handler ;2, nmi handler 42 DCD HardFault_Handler ;3, hard fault handler 50 DCD SVC_Handler ;11, svcall handler 53 DCD PendSV_Handler ;14, pendsv handler 54 DCD SysTick_Handler ;15, systick handler 56 DCD LVD_Handler ;17, irq1 LVD handler 59 DCD CMU_Handler ;20, irq4 CMU handler 64 DCD DMA_Handler ;25, irq9 DMA handler 78 DCD I2C0_Handler ;39, irq23 I2C0 handler [all …]
|
| /bsp/essemi/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/Startup/keil/ |
| A D | startup_es32f065x.s | 50 DCD Reset_Handler ;1, reset handler 51 DCD NMI_Handler ;2, nmi handler 52 DCD HardFault_Handler ;3, hard fault handler 60 DCD SVC_Handler ;11, svcall handler 63 DCD PendSV_Handler ;14, pendsv handler 64 DCD SysTick_Handler ;15, systick handler 66 DCD LVD_Handler ;17, irq1 LVD handler 67 DCD RTC_TSENSE_Handler ;18, irq2 RTC handler 69 DCD CMU_Handler ;20, irq4 CMU handler 74 DCD DMA_Handler ;25, irq9 DMA handler [all …]
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_sec_irq.c | 5 void (*handler)(void *arg); member 25 if (sec_eng_callback[BFLB_SEC_ENG_IRQ_TYPE_AES].handler) { in sec_eng_isr() 26 …sec_eng_callback[BFLB_SEC_ENG_IRQ_TYPE_AES].handler(sec_eng_callback[BFLB_SEC_ENG_IRQ_TYPE_AES].ar… in sec_eng_isr() 34 if (sec_eng_callback[BFLB_SEC_ENG_IRQ_TYPE_SHA].handler) { in sec_eng_isr() 35 …sec_eng_callback[BFLB_SEC_ENG_IRQ_TYPE_SHA].handler(sec_eng_callback[BFLB_SEC_ENG_IRQ_TYPE_SHA].ar… in sec_eng_isr() 43 if (sec_eng_callback[BFLB_SEC_ENG_IRQ_TYPE_PKA].handler) { in sec_eng_isr() 44 …sec_eng_callback[BFLB_SEC_ENG_IRQ_TYPE_PKA].handler(sec_eng_callback[BFLB_SEC_ENG_IRQ_TYPE_PKA].ar… in sec_eng_isr() 52 if (sec_eng_callback[BFLB_SEC_ENG_IRQ_TYPE_TRNG].handler) { in sec_eng_isr() 61 if (sec_eng_callback[BFLB_SEC_ENG_IRQ_TYPE_GMAC].handler) { in sec_eng_isr() 134 sec_eng_callback[sec_type].handler = callback; in bflb_sec_irq_attach() [all …]
|
| /bsp/mipssim/drivers/ |
| A D | interrupt.c | 39 irq_handle_table[idx].handler = rt_hw_interrupt_handler; in rt_hw_interrupt_init() 43 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() argument 50 old_handler = irq_handle_table[vector].handler; in rt_hw_interrupt_install() 55 irq_handle_table[vector].handler = handler; in rt_hw_interrupt_install() 72 irq_func = irq_handle_table[ip].handler; in rt_do_mips_cpu_irq()
|
| /bsp/xuantie/virt64/c906/libcpu/ |
| A D | interrupt.c | 55 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() argument 62 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 63 if (handler != RT_NULL) in rt_hw_interrupt_install() 65 irq_desc[vector].handler = (rt_isr_handler_t)handler; in rt_hw_interrupt_install() 85 irq_desc[idx].handler = (rt_isr_handler_t)rt_hw_interrupt_handle; in rt_hw_interrupt_init()
|
| /bsp/ultrarisc/arch/ur-cp100/ |
| A D | interrupt.c | 53 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() argument 60 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 61 if (handler != RT_NULL) in rt_hw_interrupt_install() 63 irq_desc[vector].handler = (rt_isr_handler_t)handler; in rt_hw_interrupt_install() 83 irq_desc[idx].handler = (rt_isr_handler_t)rt_hw_interrupt_handle; in rt_hw_interrupt_init()
|
| /bsp/hifive1/drivers/ |
| A D | interrupt.c | 68 irq_desc[idx].handler = (rt_isr_handler_t)rt_hw_interrupt_handle; in rt_hw_interrupt_init() 98 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() argument 105 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 106 if (handler != RT_NULL) in rt_hw_interrupt_install() 108 irq_desc[vector].handler = (rt_isr_handler_t)handler; in rt_hw_interrupt_install() 134 isr_func = irq_desc[irq].handler; in handle_m_ext_interrupt()
|
| /bsp/sparkfun-redv/drivers/ |
| A D | interrupt.c | 82 irq_desc[idx].handler = (rt_isr_handler_t)rt_hw_interrupt_handle; in rt_hw_interrupt_init() 112 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() argument 119 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 120 if (handler != RT_NULL) in rt_hw_interrupt_install() 122 irq_desc[vector].handler = (rt_isr_handler_t)handler; in rt_hw_interrupt_install() 148 isr_func = irq_desc[irq].handler; in handle_m_ext_interrupt()
|
| /bsp/raspberry-pi/raspi2/cpu/ |
| A D | interrupt.c | 55 isr_table[index].handler = default_isr_handler; in rt_hw_interrupt_init() 118 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() argument 125 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 127 if (handler != RT_NULL) in rt_hw_interrupt_install() 132 isr_table[vector].handler = handler; in rt_hw_interrupt_install()
|
| /bsp/k210/board/ |
| A D | interrupt.c | 102 irq_desc[idx].handler = (rt_isr_handler_t)rt_hw_interrupt_handle; in rt_hw_interrupt_init() 157 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() argument 164 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 165 if (handler != RT_NULL) in rt_hw_interrupt_install() 167 irq_desc[vector].handler = (rt_isr_handler_t)handler; in rt_hw_interrupt_install() 230 if (irq_desc[int_num].handler == (rt_isr_handler_t)rt_hw_interrupt_handle) in rt_hw_irq_isr() 235 else if (irq_desc[int_num].handler) in rt_hw_irq_isr() 237 irq_desc[int_num].handler(int_num, irq_desc[int_num].param); in rt_hw_irq_isr()
|
| /bsp/raspberry-pi/raspi3-32/cpu/ |
| A D | interrupt.c | 68 isr_table[index].handler = default_isr_handler; in rt_hw_interrupt_init() 134 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() argument 141 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 143 if (handler != RT_NULL) in rt_hw_interrupt_install() 148 isr_table[vector].handler = handler; in rt_hw_interrupt_install()
|
| /bsp/smartfusion2/libraries/mss_uart/ |
| A D | mss_uart.c | 527 mss_uart_irq_handler_t handler, in MSS_UART_set_rx_handler() argument 539 this_uart->rx_handler = handler; in MSS_UART_set_rx_handler() 644 mss_uart_irq_handler_t handler in MSS_UART_set_rxstatus_handler() argument 651 (handler != INVALID_IRQ_HANDLER)) in MSS_UART_set_rxstatus_handler() 673 mss_uart_irq_handler_t handler in MSS_UART_set_tx_handler() argument 706 mss_uart_irq_handler_t handler in MSS_UART_set_modemstatus_handler() argument 907 mss_uart_irq_handler_t handler in MSS_UART_set_pidpei_handler() argument 936 mss_uart_irq_handler_t handler in MSS_UART_set_linbreak_handler() argument 965 mss_uart_irq_handler_t handler in MSS_UART_set_linsync_handler() argument 994 mss_uart_irq_handler_t handler in MSS_UART_set_nack_handler() argument [all …]
|
| A D | mss_uart.h | 1284 mss_uart_irq_handler_t handler, 1461 mss_uart_irq_handler_t handler 1492 mss_uart_irq_handler_t handler 1523 mss_uart_irq_handler_t handler 1554 mss_uart_irq_handler_t handler 1585 mss_uart_irq_handler_t handler 1654 mss_uart_irq_handler_t handler 1748 mss_uart_irq_handler_t handler 1817 mss_uart_irq_handler_t handler
|
| /bsp/allwinner_tina/libcpu/ |
| A D | interrupt.c | 38 isr_table[idx].handler = rt_hw_interrupt_handler; in rt_hw_interrupt_init() 111 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() argument 122 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 127 isr_table[vector].handler = handler; in rt_hw_interrupt_install() 149 isr_func = isr_table[vector].handler; in rt_interrupt_dispatch()
|
| /bsp/nxp/imx/imx6sx/cortex-a9/cpu/ |
| A D | interrupt.c | 112 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() argument 119 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 121 if (handler != RT_NULL) in rt_hw_interrupt_install() 126 isr_table[vector].handler = handler; in rt_hw_interrupt_install()
|
| /bsp/cvitek/c906_little/board/ |
| A D | interrupt.c | 100 isr_table[idx].handler = rt_hw_interrupt_handler; in rt_hw_interrupt_init() 146 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() argument 155 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 160 isr_table[vector].handler = handler; in rt_hw_interrupt_install() 186 isr = isr_table[irq].handler; in rt_hw_irq_isr()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/startup/d0/ |
| A D | interrupt.c | 104 exception_handler exception_handler_install(uintptr_t vec, exception_handler handler) in exception_handler_install() argument 110 exception_handlers[vec] = handler; in exception_handler_install() 139 irq_callback handler; in interrupt_entry() local 146 handler = g_irqvector[irq_num].handler; in interrupt_entry() 148 if (handler) { in interrupt_entry() 149 handler(irq_num, arg); in interrupt_entry()
|
| /bsp/at91/at91sam9260/platform/ |
| A D | interrupt.c | 113 irq_desc[irq_n].handler(irq_n, parameter); in at91_gpio_irq_handle() 172 irq_desc[idx].handler = (rt_isr_handler_t)at91_gpio_irq_handle; in at91_gpio_irq_init() 204 irq_desc[idx].handler = (rt_isr_handler_t)rt_hw_interrupt_handle; in rt_hw_interrupt_init() 311 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() argument 318 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 319 if (handler != RT_NULL) in rt_hw_interrupt_install() 321 irq_desc[vector].handler = (rt_isr_handler_t)handler; in rt_hw_interrupt_install() 409 isr_func = irq_desc[irq].handler; in rt_interrupt_dispatch()
|
| /bsp/at91/at91sam9g45/platform/ |
| A D | interrupt.c | 110 irq_desc[irq_n].handler(irq_n, parameter); in at91_gpio_irq_handle() 193 irq_desc[idx].handler = (rt_isr_handler_t)at91_gpio_irq_handle; in at91_gpio_irq_init() 221 irq_desc[idx].handler = (rt_isr_handler_t)rt_hw_interrupt_handle; in rt_hw_interrupt_init() 320 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() argument 327 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 328 if (handler != RT_NULL) in rt_hw_interrupt_install() 330 irq_desc[vector].handler = (rt_isr_handler_t)handler; in rt_hw_interrupt_install() 418 isr_func = irq_desc[irq].handler; in rt_interrupt_dispatch()
|
| /bsp/Infineon/xmc7100d-f144k4160aa/libs/TARGET_APP_KIT_XMC71_EVK_LITE_V2/COMPONENT_CM7/ |
| A D | system_cm7.c | 219 cy_israddress handler; in CM7_CpuIntr_Handler() local 225 handler = Cy_SystemIrqUserTable[system_int_idx]; in CM7_CpuIntr_Handler() 226 handler(); // jump to system interrupt handler in CM7_CpuIntr_Handler() 233 handler = Cy_SystemIrqUserTable[system_int_idx]; in CM7_CpuIntr_Handler() 234 handler(); // jump to system interrupt handler in CM7_CpuIntr_Handler()
|
| /bsp/asm9260t/platform/ |
| A D | interrupt.c | 85 irq_desc[idx].handler = (rt_isr_handler_t)rt_hw_interrupt_handle; in rt_hw_interrupt_init() 139 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() argument 146 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 147 if (handler != RT_NULL) in rt_hw_interrupt_install() 149 irq_desc[vector].handler = (rt_isr_handler_t)handler; in rt_hw_interrupt_install()
|
| /bsp/Infineon/libraries/templates/XMC7200D/libs/TARGET_APP_KIT_XMC72_EVK/COMPONENT_CM7/ |
| A D | system_cm7.c | 225 cy_israddress handler; in CM7_CpuIntr_Handler() local 231 handler = Cy_SystemIrqUserTable[system_int_idx]; in CM7_CpuIntr_Handler() 232 handler(); // jump to system interrupt handler in CM7_CpuIntr_Handler() 239 handler = Cy_SystemIrqUserTable[system_int_idx]; in CM7_CpuIntr_Handler() 240 handler(); // jump to system interrupt handler in CM7_CpuIntr_Handler()
|
| /bsp/Infineon/xmc7200-kit_xmc7200_evk/libs/TARGET_APP_KIT_XMC72_EVK/COMPONENT_CM7/ |
| A D | system_cm7.c | 225 cy_israddress handler; in CM7_CpuIntr_Handler() local 231 handler = Cy_SystemIrqUserTable[system_int_idx]; in CM7_CpuIntr_Handler() 232 handler(); // jump to system interrupt handler in CM7_CpuIntr_Handler() 239 handler = Cy_SystemIrqUserTable[system_int_idx]; in CM7_CpuIntr_Handler() 240 handler(); // jump to system interrupt handler in CM7_CpuIntr_Handler()
|