Searched refs:err_id (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/ |
H A D | blackbox_adapter_impl.c | 419 static char *GetEvent(hi_syserr_eid err_id) in GetEvent() argument 421 switch (err_id) { in GetEvent() 439 static char *GetErrorDesc(hi_syserr_eid err_id) in GetErrorDesc() argument 441 switch (err_id) { in GetErrorDesc() 544 hi_u16 err_id = 0; in SystemModuleGetLastLogInfo() local 568 ret = hi_syserr_get_reboot_reason(&err_id, &rid); in SystemModuleGetLastLogInfo() 571 " rid:%d:\r\n", err_id, rid); in SystemModuleGetLastLogInfo() 574 data = GetEvent(err_id); in SystemModuleGetLastLogInfo() 579 data = GetErrorDesc(err_id); in SystemModuleGetLastLogInfo()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_crash.h | 422 * @param err_id [OUT] type #hi_u16 * , error id, see hi_syserr_eid. 425 * @param reboot_cause [OUT] type #hi_u32* , when err_id is soft reboot, see hi_sys_reboot_cause; 426 when err_id is fault in task or isr, reboot_cause would be mcause of cpu regs. Otherwise, reboot_cause would be 0. 437 hi_u32 hi_syserr_get_reboot_reason(hi_u16 *err_id, hi_u32 *reboot_cause);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_general.c | 625 hi_u16 err_id = 0; in at_get_dump() local 627 ret = hi_syserr_get_reboot_reason(&err_id, &rid); in at_get_dump() 630 hi_at_printf("eid:%d, rid:%d:\r\n", err_id, rid); in at_get_dump()
|
Completed in 5 milliseconds