📄 cpuopts.h
字号:
/** * @file rtems/score/cpuopts.h *//* target cpu dependent options file *//* automatically generated -- DO NOT EDIT!! */#ifndef _RTEMS_SCORE_CPUOPTS_H#define _RTEMS_SCORE_CPUOPTS_H/* if RTEMS_DEBUG is enabled *//* #undef RTEMS_DEBUG *//* if using inlines */#define RTEMS_INLINES 1/* if itron api is supported */#define RTEMS_ITRON_API 1/* if multiprocessing is enabled *//* #undef RTEMS_MULTIPROCESSING *//* if using newlib */#define RTEMS_NEWLIB 1/* if posix api is supported *//* #undef RTEMS_POSIX_API *//* if networking is enabled *//* #undef RTEMS_NETWORKING *//* to indicate RTEMS unix *//* #undef RTEMS_UNIX *//* to indicate RTEMS using RTEMS's unixlib *//* #undef RTEMS_UNIXLIB *//* if RTEMS uses stdint.h */#define RTEMS_USES_STDINT_H 1/* if RTEMS uses tar.h */#define RTEMS_USES_TAR_H 1/* RTEMS version string */#define RTEMS_VERSION "4.6.99.3"/* The size of a 'CPU_CONTEXT', as computed by sizeof *//* #undef SIZEOF_CPU_CONTEXT */#endif /* _RTEMS_SCORE_CPUOPTS_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -