WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
interrupt_handler.c 文件参考
#include "interrupt_handler.h"
#include "vectors.h"
#include "arch_encoding.h"
interrupt_handler.c 的引用(Include)关系图:

宏定义

#define INT_NUM_MAX   0xFFF
 

函数

uint32_t global_interrupt_lock (void)
 
void global_interrupt_restore (uint32_t)
 
uint32_t interrupt_count_get (void)
 Get interrupt count.
 
void nmi_default_handler (void)
 
void interrupt0_handler (void)
 Interrupt0 handler function.
 
void interrupt1_handler (void)
 Interrupt1 handler function.
 
void interrupt2_handler (void)
 Interrupt2 handler function.
 
void interrupt3_handler (void)
 Interrupt3 handler function.
 
void interrupt4_handler (void)
 Interrupt4 handler function.
 
void interrupt5_handler (void)
 Interrupt5 handler function.
 
void local_interrupt_handler (void)
 Local interrupt handler function.
 
void local_interrupt_priority_init (void)
 Init local interrupt priority.
 
uint32_t interrupt_number_get (void)
 Get interrupt number.
 

变量

uint32_t g_interrupt_running = 0
 

宏定义说明

◆ INT_NUM_MAX

#define INT_NUM_MAX   0xFFF

函数说明

◆ global_interrupt_lock()

uint32_t global_interrupt_lock ( void  )

◆ global_interrupt_restore()

void global_interrupt_restore ( uint32_t  )

◆ interrupt0_handler()

void interrupt0_handler ( void  )

Interrupt0 handler function.

◆ interrupt1_handler()

void interrupt1_handler ( void  )

Interrupt1 handler function.

◆ interrupt2_handler()

void interrupt2_handler ( void  )

Interrupt2 handler function.

◆ interrupt3_handler()

void interrupt3_handler ( void  )

Interrupt3 handler function.

◆ interrupt4_handler()

void interrupt4_handler ( void  )

Interrupt4 handler function.

◆ interrupt5_handler()

void interrupt5_handler ( void  )

Interrupt5 handler function.

◆ interrupt_count_get()

uint32_t interrupt_count_get ( void  )

Get interrupt count.

返回
Interrupt count.

◆ interrupt_number_get()

uint32_t interrupt_number_get ( void  )

Get interrupt number.

返回
Interrupt number.

◆ local_interrupt_handler()

void local_interrupt_handler ( void  )

Local interrupt handler function.

◆ local_interrupt_priority_init()

void local_interrupt_priority_init ( void  )

Init local interrupt priority.

◆ nmi_default_handler()

void nmi_default_handler ( void  )

变量说明

◆ g_interrupt_running

uint32_t g_interrupt_running = 0