Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/watchdog/wdt_basic_api/src/
Dtest_wdt.c152 #define NOINIT_SECTION ".dtcm_noinit.test_wdt" macro
154 #define NOINIT_SECTION ".noinit.test_wdt" macro
160 volatile DATATYPE m_state __attribute__((section(NOINIT_SECTION)));
165 volatile DATATYPE m_testcase_index __attribute__((section(NOINIT_SECTION)));
170 volatile DATATYPE m_testvalue __attribute__((section(NOINIT_SECTION)));
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/src/
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)));