cpuopts.h

来自「开放源码的嵌入式开发环境」· C头文件 代码 · 共 49 行

H
49
字号
/** * @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 + =
减小字号Ctrl + -
显示快捷键?