Go to the documentation of this file.
63 #define ROMCONST const
70 #define NOINLINE __attribute__((noinline))
75 #define PORT_THD_FUNCTION(tname, arg) void tname(void *arg)
80 #define PACKED_VAR __attribute__((packed))
85 #define ALIGNED_VAR(n) __attribute__((aligned(n)))
97 #define REVERSE_ORDER 1