RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_interrupt_context结构体 参考

#include <rtdef.h>

成员变量

void * context
 
rt_slist_t node
 

详细描述

interrupt/exception frame handling

在文件 rtdef.h753 行定义.

结构体成员变量说明

◆ context

void* rt_interrupt_context::context

arch specific context

在文件 rtdef.h754 行定义.

◆ node

rt_slist_t rt_interrupt_context::node

node for nested interrupt

在文件 rtdef.h755 行定义.