Warning, /testsuites/sptests/spmisc01/spmisc01.doc is written in an unsupported language. File is not indexed.
0001 This file describes the directives and concepts tested by this test set.
0002
0003 test set name: spbasedefs01
0004
0005 directives:
0006
0007 - RTEMS_ALIAS()
0008 - RTEMS_ALIGNED()
0009 - RTEMS_ARRAY_SIZE()
0010 - RTEMS_COMPILER_MEMORY_BARRIER()
0011 - RTEMS_CONCAT()
0012 - RTEMS_CONST
0013 - RTEMS_CONTAINER_OF()
0014 - RTEMS_DECLARE_GLOBAL_SYMBOL()
0015 - RTEMS_DECONST()
0016 - RTEMS_DEFINE_GLOBAL_SYMBOL()
0017 - RTEMS_DEPRECATED
0018 - RTEMS_DEQUALIFY()
0019 - RTEMS_DEVOLATILE()
0020 - RTEMS_HAVE_MEMBER_SAME_TYPE()
0021 - RTEMS_NO_INLINE
0022 - RTEMS_NO_RETURN
0023 - RTEMS_OBFUSCATE_VARIABLE()
0024 - RTEMS_PACKED
0025 - RTEMS_PRINTFLIKE()
0026 - RTEMS_PURE
0027 - RTEMS_SECTION()
0028 - RTEMS_STATIC_ASSERT()
0029 - RTEMS_STRING()
0030 - RTEMS_UNREACHABLE()
0031 - RTEMS_UNUSED
0032 - RTEMS_USED
0033 - RTEMS_WEAK_ALIAS()
0034 - RTEMS_XCONCAT()
0035 - RTEMS_XSTRING()
0036
0037 concepts:
0038
0039 - Ensure that RTEMS_* defines and macros defined by <rtems/score/basedefs.h>
0040 available via <rtems.h> work as expected.