更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
ExcInfo结构体 参考

#include <los_exc.h>

成员变量

UINT16 phase
 
UINT16 type
 
UINT16 nestCnt
 
UINT16 reserved
 
ExcContextcontext
 

详细描述

Exception information structure

Description: exception information stored when an exception occurs on an LPC2458 platform.

在文件 los_exc.h99 行定义.

结构体成员变量说明

◆ context

ExcContext* ExcInfo::context

Hardware context when an exception occurs

在文件 los_exc.h104 行定义.

◆ nestCnt

UINT16 ExcInfo::nestCnt

Count of nested exception

在文件 los_exc.h102 行定义.

◆ phase

UINT16 ExcInfo::phase

Phase in which an exception occurs

在文件 los_exc.h100 行定义.

◆ reserved

UINT16 ExcInfo::reserved

Reserved for alignment

在文件 los_exc.h103 行定义.

◆ type

UINT16 ExcInfo::type

Exception type

在文件 los_exc.h101 行定义.


该结构体的文档由以下文件生成: