9#ifdef SUPPORT_PARTITION_INFO
56#ifdef SUPPORT_PARTITION_INFO
reboot_cause_t
This is a special enum, it is split into three sections Only 16 bits are used. Bits 13 to 15 are flag...
Definition non_os_reboot.h:45
cores_t cpu_utils_core_images_to_cores(core_images_e cimage)
Return the core associated with a given core image
Definition cpu_utils.c:210
void cpu_utils_reset_chip_with_log(cores_t core, reboot_cause_t cause)
Resets the entire chip, and logging information
Definition cpu_utils.c:54
void cpu_utils_reset_chip_with_cause(reboot_cause_t cause)
Reset the entire chip with reboot cause
Definition cpu_utils.c:71
void cpu_utils_init(void)
Registers the IPC action for the core reboot
Definition cpu_utils.c:195
void cpu_utils_set_mcu_callback(cpu_utils_reboot_cb cb)
Registers the call back for the Bt core reboot
Definition cpu_utils.c:235
void cpu_utils_set_system_status_by_cause(reboot_cause_t cause)
set reboot cause & set reboot magic
Definition cpu_utils.c:44
void(* cpu_utils_reboot_cb)(int32_t)
Definition cpu_utils.h:18
partition_ids_t
分区ID
Definition partition_resource_id.h:31