|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "cpu_utils.h"#include "chip_io.h"#include "debug_print.h"#include "non_os_reboot.h"#include "hal_reboot.h"#include "preserve.h"#include "non_os.h"#include "log_def_pf.h"#include "diag_log.h"
函数 | |
| void | cpu_utils_set_system_status_by_cause (reboot_cause_t cause) |
| set reboot cause & set reboot magic | |
| void | cpu_utils_reset_chip_with_log (cores_t core, reboot_cause_t cause) |
| Resets the entire chip, and logging information | |
| void | cpu_utils_reset_chip_with_cause (reboot_cause_t cause) |
| Reset the entire chip with reboot cause | |
| void | cpu_utils_init (void) |
| Registers the IPC action for the core reboot | |
| cores_t | cpu_utils_core_images_to_cores (core_images_e cimage) |
| Return the core associated with a given core image | |
| void | cpu_utils_set_mcu_callback (cpu_utils_reboot_cb cb) |
| Registers the call back for the Bt core reboot | |