Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/utils/include/
Dutils.h160 #define COMPILER_SECTION(a) __attribute__((__section__(a))) macro
162 #define COMPILER_SECTION(a) COMPILER_PRAGMA(location = a)
164 #define COMPILER_SECTION(a) __attribute__((__section__(a)))