|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <stdint.h>

函数 | |
| 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. | |
| 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.