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

#include <los_hw_pri.h>

成员变量

UINT64 D [FP_REGS_NUM]
 
UINT32 regFPSCR
 
UINT32 regFPEXC
 
UINT32 R4
 
UINT32 R5
 
UINT32 R6
 
UINT32 R7
 
UINT32 R8
 
UINT32 R9
 
UINT32 R10
 
UINT32 R11
 
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.h52 行定义.

结构体成员变量说明

◆ D

UINT64 TaskContext::D[FP_REGS_NUM]

在文件 los_hw_pri.h54 行定义.

◆ LR

UINT32 TaskContext::LR

在文件 los_hw_pri.h77 行定义.

◆ PC

UINT32 TaskContext::PC

在文件 los_hw_pri.h78 行定义.

◆ R0

UINT32 TaskContext::R0

在文件 los_hw_pri.h72 行定义.

◆ R1

UINT32 TaskContext::R1

在文件 los_hw_pri.h73 行定义.

◆ R10

UINT32 TaskContext::R10

在文件 los_hw_pri.h64 行定义.

◆ R11

UINT32 TaskContext::R11

在文件 los_hw_pri.h65 行定义.

◆ R12

UINT32 TaskContext::R12

在文件 los_hw_pri.h76 行定义.

◆ R2

UINT32 TaskContext::R2

在文件 los_hw_pri.h74 行定义.

◆ R3

UINT32 TaskContext::R3

在文件 los_hw_pri.h75 行定义.

◆ R4

UINT32 TaskContext::R4

在文件 los_hw_pri.h58 行定义.

◆ R5

UINT32 TaskContext::R5

在文件 los_hw_pri.h59 行定义.

◆ R6

UINT32 TaskContext::R6

在文件 los_hw_pri.h60 行定义.

◆ R7

UINT32 TaskContext::R7

在文件 los_hw_pri.h61 行定义.

◆ R8

UINT32 TaskContext::R8

在文件 los_hw_pri.h62 行定义.

◆ R9

UINT32 TaskContext::R9

在文件 los_hw_pri.h63 行定义.

◆ regCPSR

UINT32 TaskContext::regCPSR

在文件 los_hw_pri.h79 行定义.

◆ regFPEXC

UINT32 TaskContext::regFPEXC

在文件 los_hw_pri.h56 行定义.

◆ regFPSCR

UINT32 TaskContext::regFPSCR

在文件 los_hw_pri.h55 行定义.

◆ reserved1

UINT32 TaskContext::reserved1

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

在文件 los_hw_pri.h69 行定义.

◆ reserved2

UINT32 TaskContext::reserved2

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

在文件 los_hw_pri.h68 行定义.

◆ ULR

UINT32 TaskContext::ULR

User mode lr register

在文件 los_hw_pri.h71 行定义.

◆ USP

UINT32 TaskContext::USP

User mode sp register

在文件 los_hw_pri.h70 行定义.


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