Home
last modified time | relevance | path

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

/hal_intel-3.5.0/zephyr/iut_test/src/
Dtest_example.c19 DEFINE_IUT_CASE(example_1, examples, IUT_ATTRI_AUTORUN);
32 DEFINE_IUT_CASE(example_2, examples, IUT_ATTRI_AUTORUN);
/hal_intel-3.5.0/zephyr/iut_test/test_sedi/
Dtest_sedi_rtc.c48 DEFINE_IUT_CASE(rtc_inc, sedi.rtc, IUT_ATTRI_AUTORUN);
/hal_intel-3.5.0/zephyr/iut_test/include/
Diut.h27 #define IUT_ATTRI_AUTORUN ((uint32_t)(0x1 << 0)) macro