|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|

宏定义 | |
| #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 |
| #define INT_NUM_MAX 0xFFF |
| uint32_t global_interrupt_lock | ( | void | ) |
| void global_interrupt_restore | ( | uint32_t | ) |
| 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.
| uint32_t interrupt_count_get | ( | void | ) |
Get interrupt count.
| uint32_t interrupt_number_get | ( | void | ) |
Get interrupt number.
| void local_interrupt_handler | ( | void | ) |
Local interrupt handler function.
| void local_interrupt_priority_init | ( | void | ) |
Init local interrupt priority.
| void nmi_default_handler | ( | void | ) |
| uint32_t g_interrupt_running = 0 |