Home
last modified time | relevance | path

Searched refs:COMPILER_PRAGMA (Results 1 – 1 of 1) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/utils/include/
Dutils.h73 #define COMPILER_PRAGMA(arg) _Pragma(#arg) macro
79 #define COMPILER_PACK_SET(alignment) COMPILER_PRAGMA(pack(alignment))
85 #define COMPILER_PACK_RESET() COMPILER_PRAGMA(pack())
93 #define COMPILER_ALIGNED(a) COMPILER_PRAGMA(data_alignment = a)
162 #define COMPILER_SECTION(a) COMPILER_PRAGMA(location = a)