Nut/OS  5.0.5
API Reference
cortex_cpu.h
Go to the documentation of this file.
00001 #ifndef __CORTEX_CPU_H__
00002 #define __CORTEX_CPU_H__
00003 
00004 extern unsigned long CPUcpsid(void);
00005 extern unsigned long CPUcpsie(void);
00006 
00007 
00008 #endif // __CPU_H__