WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
REBOOT

类型定义

typedef enum reboot_port_rst_reason reboot_port_rst_reason_t
 

枚举

enum  reboot_port_rst_reason { RST_REASON_WDT_RST = 0 , RST_REASON_SOFT_RST , RST_REASON_HARD_RST , RST_REASON_INVALID }
 

函数

void reboot_port_reboot_chip (void)
 
uint32_t reboot_port_get_rst_reason (void)
 
void reboot_mem_flash_erase (void)
 
void reboot_mem_save_to_flash (void)
 

详细描述

类型定义说明

◆ reboot_port_rst_reason_t

枚举类型说明

◆ reboot_port_rst_reason

枚举值
RST_REASON_WDT_RST 
RST_REASON_SOFT_RST 
RST_REASON_HARD_RST 
RST_REASON_INVALID 

函数说明

◆ reboot_mem_flash_erase()

void reboot_mem_flash_erase ( void  )

◆ reboot_mem_save_to_flash()

void reboot_mem_save_to_flash ( void  )

◆ reboot_port_get_rst_reason()

uint32_t reboot_port_get_rst_reason ( void  )

◆ reboot_port_reboot_chip()

void reboot_port_reboot_chip ( void  )