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

#include <los_hw_pri.h>

成员变量

UINT32 reserved2
 
UINT32 reserved1
 
UINT32 USP
 
UINT32 ULR
 
UINT32 R0
 
UINT32 R1
 
UINT32 R2
 
UINT32 R3
 
UINT32 R12
 
UINT32 LR
 
UINT32 PC
 
UINT32 regCPSR
 

详细描述

在文件 los_hw_pri.h82 行定义.

结构体成员变量说明

◆ LR

UINT32 IrqContext::LR

在文件 los_hw_pri.h92 行定义.

◆ PC

UINT32 IrqContext::PC

在文件 los_hw_pri.h93 行定义.

◆ R0

UINT32 IrqContext::R0

在文件 los_hw_pri.h87 行定义.

◆ R1

UINT32 IrqContext::R1

在文件 los_hw_pri.h88 行定义.

◆ R12

UINT32 IrqContext::R12

在文件 los_hw_pri.h91 行定义.

◆ R2

UINT32 IrqContext::R2

在文件 los_hw_pri.h89 行定义.

◆ R3

UINT32 IrqContext::R3

在文件 los_hw_pri.h90 行定义.

◆ regCPSR

UINT32 IrqContext::regCPSR

在文件 los_hw_pri.h94 行定义.

◆ reserved1

UINT32 IrqContext::reserved1

Multiplexing registers, used in interrupts and system calls but with different meanings

在文件 los_hw_pri.h84 行定义.

◆ reserved2

UINT32 IrqContext::reserved2

Multiplexing registers, used in interrupts and system calls but with different meanings

在文件 los_hw_pri.h83 行定义.

◆ ULR

UINT32 IrqContext::ULR

User mode lr register

在文件 los_hw_pri.h86 行定义.

◆ USP

UINT32 IrqContext::USP

User mode sp register

在文件 los_hw_pri.h85 行定义.


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