/Zephyr-latest/tests/lib/smf/src/ |
D | test_lib_hierarchical_5_ancestor_smf.c | 36 #define TEST_OBJECT(o) ((struct test_object *)o) argument 118 struct test_object *o = TEST_OBJECT(obj); in p05_entry() local 120 zassert_equal(o->transition_bits, test_value[o->tv_idx], in p05_entry() 123 o->transition_bits |= P05_ENTRY_BIT; in p05_entry() 128 struct test_object *o = TEST_OBJECT(obj); in p05_run() local 130 o->tv_idx++; in p05_run() 132 zassert_equal(o->transition_bits, test_value[o->tv_idx], in p05_run() 135 o->transition_bits |= P05_RUN_BIT; in p05_run() 142 struct test_object *o = TEST_OBJECT(obj); in p05_exit() local 144 o->tv_idx++; in p05_exit() [all …]
|
D | test_lib_hierarchical_smf.c | 42 #define TEST_OBJECT(o) ((struct test_object *)o) argument 120 struct test_object *o = TEST_OBJECT(obj); in parent_ab_entry() local 122 o->tv_idx = 0; in parent_ab_entry() 123 zassert_equal(o->transition_bits, test_value[o->tv_idx], in parent_ab_entry() 126 if (o->terminate == PARENT_ENTRY) { in parent_ab_entry() 131 o->transition_bits |= PARENT_AB_ENTRY_BIT; in parent_ab_entry() 136 struct test_object *o = TEST_OBJECT(obj); in parent_ab_run() local 138 o->tv_idx++; in parent_ab_run() 140 zassert_equal(o->transition_bits, test_value[o->tv_idx], in parent_ab_run() 143 if (o->terminate == PARENT_RUN) { in parent_ab_run() [all …]
|
D | test_lib_self_transition_smf.c | 21 #define TEST_OBJECT(o) ((struct test_object *)o) argument 159 struct test_object *o = TEST_OBJECT(obj); in root_entry() local 161 o->tv_idx = 0; in root_entry() 163 zassert_equal(o->transition_bits, test_value[o->tv_idx], "Test Root entry failed"); in root_entry() 165 o->transition_bits |= BIT(ROOT_ENTRY); in root_entry() 170 struct test_object *o = TEST_OBJECT(obj); in root_run() local 172 o->tv_idx++; in root_run() 174 zassert_equal(o->transition_bits, test_value[o->tv_idx], "Test Root run failed"); in root_run() 176 o->transition_bits |= BIT(ROOT_RUN); in root_run() 183 struct test_object *o = TEST_OBJECT(obj); in root_exit() local [all …]
|
D | test_lib_flat_smf.c | 22 #define TEST_OBJECT(o) ((struct test_object *)o) argument 83 struct test_object *o = TEST_OBJECT(obj); in state_a_entry() local 85 o->tv_idx = 0; in state_a_entry() 86 zassert_equal(o->transition_bits, test_value[o->tv_idx], in state_a_entry() 89 if (o->terminate == ENTRY) { in state_a_entry() 94 o->transition_bits |= STATE_A_ENTRY_BIT; in state_a_entry() 99 struct test_object *o = TEST_OBJECT(obj); in state_a_run() local 101 o->tv_idx++; in state_a_run() 102 zassert_equal(o->transition_bits, test_value[o->tv_idx], in state_a_run() 105 o->transition_bits |= STATE_A_RUN_BIT; in state_a_run() [all …]
|
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/src/ |
D | hsm_psicc2_thread.c | 46 static void initial_entry(void *o) in initial_entry() argument 49 struct s_object *obj = (struct s_object *)o; in initial_entry() 54 static void initial_run(void *o) in initial_run() argument 59 static void initial_exit(void *o) in initial_exit() argument 65 static void s_entry(void *o) in s_entry() argument 70 static void s_run(void *o) in s_run() argument 73 struct s_object *obj = (struct s_object *)o; in s_run() 95 static void s_exit(void *o) in s_exit() argument 101 static void s1_entry(void *o) in s1_entry() argument 106 static void s1_run(void *o) in s1_run() argument [all …]
|
/Zephyr-latest/tests/kernel/context/ |
D | README.txt | 100 thread (q order: 2, t/o: 500) is running 101 got thread (q order: 2, t/o: 500) as expected 102 thread (q order: 3, t/o: 750) is running 103 got thread (q order: 3, t/o: 750) as expected 104 thread (q order: 0, t/o: 1000) is running 105 got thread (q order: 0, t/o: 1000) as expected 106 thread (q order: 6, t/o: 1250) is running 107 got thread (q order: 6, t/o: 1250) as expected 108 thread (q order: 1, t/o: 1500) is running 109 got thread (q order: 1, t/o: 1500) as expected [all …]
|
/Zephyr-latest/doc/_static/js/ |
D | dark-mode-toggle-stylesheets-loader.min.js | 2 …o=document.getElementById(e).textContent;let c=null;try{c=localStorage.getItem(s)}catch(e){}const … variable
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | popper.min.js | 7 …o(e){return"undefined"!=typeof ShadowRoot&&(e instanceof t(e).ShadowRoot||e instanceof ShadowRoot)… argument
|
D | tippy-bundle.umd.min.js | 6 …o=function(){return document.body};function i(t,e,n){if(Array.isArray(t)){var r=t[e];return null==… argument
|
/Zephyr-latest/tests/drivers/clock_control/nrf_lf_clock_start/src/ |
D | main.c | 69 bool o; in ZTEST() local 77 o = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &t); in ZTEST() 78 zassert_false((t == NRF_CLOCK_LFCLK_XTAL) && o); in ZTEST() 83 o = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &t); in ZTEST() 84 zassert_true((t == NRF_CLOCK_LFCLK_XTAL) && o); in ZTEST()
|
/Zephyr-latest/boards/mikroe/ |
D | index.rst | 3 MikroElektronika d.o.o.
|
/Zephyr-latest/arch/common/ |
D | multilevel_irq_legacy.c | 44 #define INIT_IRQ_PARENT_OFFSET_2ND(n, d, i, o) \ argument 45 IRQ_PARENT_ENTRY_DEFINE(intc_l2_##n, DEVICE_DT_GET_OR_NULL(d), i, o, 2) 62 #define INIT_IRQ_PARENT_OFFSET_3RD(n, d, i, o) \ argument 63 IRQ_PARENT_ENTRY_DEFINE(intc_l3_##n, DEVICE_DT_GET_OR_NULL(d), i, o, 3)
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 141 if test \("$tokens[$idx]" = "-z"\) -o \("$tokens[$idx]" = "--zephyr-base"\) 218 if test -z "$tmp_path" -o $tmp_path = "/" 265 if test -z "$manifest_path" -o -z "$manifest_file" 303 …if test -z "$manifest_hash" -o -z "$cache_manifest_hash" -o "$manifest_hash" != "$cache_manifest_h… 340 complete -c west -n "__zephyr_west_exclude -h --help" -o h -l help -d "show help" 341 complete -c west -o v -l verbose -d "enable verbosity" 342 complete -c west -n "__zephyr_west_exclude -V --version" -o V -l version -d "print version" 343 …exclude -z --zephyr-base; or __zephyr_west_is_last_token -z --zephyr-base" -o z -l zephyr-base -xa… 350 …phyr_west_seen_subcommand_from init; and __zephyr_west_exclude -l --local" -o m -l manifest -ra "(… 351 …nd_from init; and __zephyr_west_exclude -m --manifest --mr --manifest-rev" -o l -l local -ra "(__z… [all …]
|
/Zephyr-latest/arch/x86/ |
D | CMakeLists.txt | 4 # Convert the .bin file argument to a .o file, create a wrapper 5 # library for the .o file, and register the library as a generated 9 OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${bin}.o 17 ${bin}.o 21 add_custom_target(${bin}_o DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${bin}.o) 23 set_property(TARGET ${bin} PROPERTY IMPORTED_LOCATION ${CMAKE_CURRENT_BINARY_DIR}/${bin}.o)
|
/Zephyr-latest/boards/st/nucleo_f030r8/ |
D | Kconfig.nucleo_f030r8 | 1 # Copyright (c) 2017 RnDity Sp. z o.o.
|
/Zephyr-latest/boards/st/nucleo_f334r8/ |
D | Kconfig.nucleo_f334r8 | 1 # Copyright (c) 2016 RnDity Sp. z o.o.
|
/Zephyr-latest/boards/st/stm3210c_eval/ |
D | Kconfig.stm3210c_eval | 1 # Copyright (c) 2016 RnDity Sp. z o.o.
|
/Zephyr-latest/boards/st/nucleo_f103rb/ |
D | Kconfig.nucleo_f103rb | 1 # Copyright (c) 2016 Open-RnD Sp. z o.o.
|
/Zephyr-latest/boards/st/stm32373c_eval/ |
D | Kconfig.stm32373c_eval | 1 # Copyright (c) 2016 Open-RnD Sp. z o.o.
|
/Zephyr-latest/boards/st/stm32h7b3i_dk/ |
D | Kconfig.stm32h7b3i_dk | 1 # Copyright (c) 2022 Byte-Lab d.o.o. <dev@byte-lab.com>
|
/Zephyr-latest/soc/st/stm32/stm32f3x/ |
D | Kconfig.defconfig.stm32f334x8 | 3 # Copyright (c) 2016 RnDity Sp. z o.o.
|
D | Kconfig.defconfig.stm32f373xc | 3 # Copyright (c) 2016 RnDity Sp. z o.o.
|
/Zephyr-latest/soc/st/stm32/stm32f0x/ |
D | Kconfig.defconfig.stm32f030x8 | 3 # Copyright (c) 2017 RnDity Sp. z o.o.
|
/Zephyr-latest/soc/st/stm32/stm32f1x/ |
D | Kconfig.defconfig.stm32f107xc | 3 # Copyright (c) 2016 RnDity Sp. z o.o.
|
/Zephyr-latest/subsys/fb/ |
D | README_fonts.txt | 11 -o cfbv_1016 15 -o cfbv_1524 19 -o cfbv_2032
|