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

函数 | |
| bool | global_thread_status_get (void) |
| void | global_thread_status_update (bool status) |
| void | global_isr_time_statistics_update (uint64_t sys_time_start, uint64_t sys_time_end) |
| uint64_t | global_isr_time_statistics_get (void) |
| void | mips_compute_run_time_start (void) |
| void | mips_compute_run_time_stop (void) |
| void | mips_init (void) |
| bool | mips_get_bt_thread_status (void) |
| void | mips_set_bt_thread_status (bool status) |
| bool | mips_get_bt_isr_status (void) |
| void | mips_set_bt_isr_status (bool status) |
| uint32_t | mips_get_plt_isr_run_time (void) |
| void | mips_clear_plt_isr_run_time (void) |
| uint64_t global_isr_time_statistics_get | ( | void | ) |
| bool global_thread_status_get | ( | void | ) |
| void global_thread_status_update | ( | bool | status | ) |