Searched refs:NOINIT_SECTION (Results 1 – 4 of 4) sorted by relevance
21 #define NOINIT_SECTION ".noinit.test_wdt" macro22 volatile uint32_t machine_state __attribute__((section(NOINIT_SECTION)));23 volatile uint32_t supported __attribute__((section(NOINIT_SECTION)));24 volatile uint32_t wdt_status __attribute__((section(NOINIT_SECTION)));25 volatile uint32_t reboot_status __attribute__((section(NOINIT_SECTION)));26 volatile uint32_t cpu_lockup_status __attribute__((section(NOINIT_SECTION)));
24 #define NOINIT_SECTION ".noinit.test_wdt" macro25 static volatile uint32_t wdt_status __attribute__((section(NOINIT_SECTION)));
154 #define NOINIT_SECTION ".dtcm_noinit.test_wdt" macro156 #define NOINIT_SECTION ".noinit.test_wdt" macro162 volatile DATATYPE m_state __attribute__((section(NOINIT_SECTION)));167 volatile DATATYPE m_testcase_index __attribute__((section(NOINIT_SECTION)));172 volatile DATATYPE m_testvalue __attribute__((section(NOINIT_SECTION)));
25 #define NOINIT_SECTION ".dtcm_noinit.test_wdt" macro27 #define NOINIT_SECTION ".noinit.test_wdt" macro74 volatile uint32_t m_test_06b_value __attribute__((section(NOINIT_SECTION)));76 volatile uint32_t m_test_08b_value __attribute__((section(NOINIT_SECTION)));78 volatile uint32_t m_test_08d_A_value __attribute__((section(NOINIT_SECTION)));80 volatile uint32_t m_test_08d_B_value __attribute__((section(NOINIT_SECTION)));
Completed in 16 milliseconds