Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/hal/sr1xx/
DphNxpUciHal_fwd.h150 #define PH_PLACE_ZI_DATA_TO_SECTION(SECTIONNAME) \ argument
151 __attribute__((section(SECTIONNAME), zero_init))
161 #define PH_PLACE_RO_DATA_TO_SECTION(SECTIONNAME) \ argument
162 __attribute__((section(SECTIONNAME)))
163 #define PH_PLACE_FUNCTION_TO_SECTION(SECTIONNAME) \ argument
164 __attribute__((section(SECTIONNAME)))
168 #define PH_ZI_DATA_SECTION(SECTIONNAME) \ argument
169 _Pragma(STRINGIFY(arm section rwdata = #SECTIONNAME)); \
170 _Pragma(STRINGIFY(arm section zidata = #SECTIONNAME));
172 #define PH_RO_DATA_SECTION(SECTIONNAME) \ argument
[all …]