Home
last modified time | relevance | path

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

/tests/boards/nrf/hwinfo/reset_cause/src/
A Dmain.c21 #define NOINIT_SECTION ".noinit.test_wdt" macro
22 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)));
/tests/drivers/watchdog/wdt_variables/src/
A Dmain.c24 #define NOINIT_SECTION ".noinit.test_wdt" macro
25 static volatile uint32_t wdt_status __attribute__((section(NOINIT_SECTION)));
/tests/drivers/watchdog/wdt_basic_api/src/
A Dtest_wdt.c154 #define NOINIT_SECTION ".dtcm_noinit.test_wdt" macro
156 #define NOINIT_SECTION ".noinit.test_wdt" macro
162 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)));
/tests/drivers/watchdog/wdt_error_cases/src/
A Dmain.c25 #define NOINIT_SECTION ".dtcm_noinit.test_wdt" macro
27 #define NOINIT_SECTION ".noinit.test_wdt" macro
74 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