WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
interrupt_handler.h 文件参考
#include <stdint.h>
interrupt_handler.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

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 interrupt_count_get (void)
 Get interrupt count.
 

函数说明

◆ 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.