Home
last modified time | relevance | path

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

/external/pigweed/pw_preprocessor/public/pw_preprocessor/
Dcompiler.h69 #define PW_PLACE_IN_SECTION(name) __attribute__((section("__DATA," name))) macro
71 #define PW_PLACE_IN_SECTION(name) __attribute__((section(name))) macro
/external/pigweed/pw_persistent_ram/
Ddocs.rst41 PW_PLACE_IN_SECTION(".noinit") Persistent<bool> persistent_bool;
153 PW_PLACE_IN_SECTION(".noinit") Persistent<uint16_t> persistent_boot_count;
185 PW_PLACE_IN_SECTION(".noinit") Persistent<LastBootInfo> persistent_crash_info;
/external/pigweed/pw_preprocessor/
Ddocs.rst107 .. c:macro:: PW_PLACE_IN_SECTION(name)
/external/pigweed/pw_snapshot/
Dsetup.rst204 PW_PLACE_IN_SECTION(".noinit")
/external/pigweed/pw_build/
Ddocs.rst285 PW_PLACE_IN_SECTION(".bar_section")