isr.h
来自「RTEMS (Real-Time Executive for Multiproc」· C头文件 代码 · 共 19 行
H
19 行
/* * COPYRIGHT (c) 1988-2002. * On-Line Applications Research Corporation (OAR). * All rights reserved. * * $Id: isr.h,v 1.5 2002/01/17 21:47:47 joel Exp $ */#ifndef __ISR_h#define __ISR_htypedef unsigned32 ISR_Level;#define _ISR_Disable#define _ISR_Enable#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?