Home
last modified time | relevance | path

Searched refs:reverse (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_advertiser.c291 static void send_adv_array(struct bt_mesh_adv **adv, size_t num_buf, bool reverse) in send_adv_array() argument
298 if (!reverse) { in send_adv_array()
303 while ((!reverse && i < num_buf) || (reverse && i >= 0)) { in send_adv_array()
306 if (!reverse) { in send_adv_array()
/Zephyr-latest/samples/sensor/ina219/
DREADME.rst43 A negative sign indicates current flowing in reverse direction:
/Zephyr-latest/scripts/
Dset_assignees.py94 sorted_areas = sorted(areas, key=lambda x: 'Platform' in x.name, reverse=True)
108 area_counter = dict(sorted(area_counter.items(), key=lambda item: item[1], reverse=True))
120 … _all_maintainers = dict(sorted(found_maintainers.items(), key=lambda item: item[1], reverse=True))
/Zephyr-latest/samples/drivers/led/lp3943/
DREADME.rst13 reverse order.
/Zephyr-latest/scripts/build/
Dgen_app_partitions.py293 key=lambda x: (x[1][SZ], x[0]), reverse=True)
307 key=lambda x: (x[1][SZ], x[0]), reverse=True)
Dgen_symtab.py109 symtab_list.sort(key=lambda x: x.addr, reverse=False)
/Zephyr-latest/scripts/release/
Dbug_bash.py89 sorted(rev_tally.items(), key=operator.itemgetter(0), reverse=True))
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/
DREADME.rst16 done, he will give back the forks in the reverse order (f2 then f1). If he
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/
DREADME.rst16 done, he will give back the forks in the reverse order (f2 then f1). If he
/Zephyr-latest/boards/snps/hsdk/support/
Dopenocd-2-cores.cfg42 # OpenOCD discovers JTAG TAPs in reverse order.
Dopenocd.cfg42 # OpenOCD discovers JTAG TAPs in reverse order.
/Zephyr-latest/boards/snps/hsdk4xd/support/
Dopenocd.cfg42 # OpenOCD discovers JTAG TAPs in reverse order.
/Zephyr-latest/samples/philosophers/
DREADME.rst16 back the forks in the reverse order (f2 then f1). If he gets two forks, he is ``EATING``.
/Zephyr-latest/tests/drivers/build_all/display/
Dapp.overlay348 reverse-com-output;
/Zephyr-latest/cmake/modules/
Dzephyr_module.cmake118 # later wins. therefore we reverse the list before processing.
/Zephyr-latest/doc/kernel/services/synchronization/
Dmutexes.rst86 be observed if the mutexes are not unlocked in the reverse order to which the
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestsuite.py213 achtung = ", ".join(sorted({match.decode() for match in achtung_matches},reverse = True))
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_l2.rst158 MAC (L2) and PHY (L1) whenever reverse information transfer or close co-operation
/Zephyr-latest/boards/st/stm32wb5mmg/doc/
Dstm32wb5mmg.rst265 Next, reverse back the buttons to default mode (SW4 on ON and SW5
/Zephyr-latest/boards/phytec/reel_board/doc/
Dindex.rst451 3.3V, there is no protection against reverse polarity or overvoltage.
/Zephyr-latest/doc/build/dts/
Dmacros.bnf111 ; The dependency ordinals of a node supports (reverse direct dependencies).
/Zephyr-latest/scripts/kconfig/
Dguiconfig.py2002 parents.reverse()
Dmenuconfig.py1456 menu_prompts.reverse()
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst357 Note that while SMP requires :kconfig:option:`CONFIG_USE_SWITCH`, the reverse is not
/Zephyr-latest/doc/services/zbus/
Dindex.rst356 priority two as the thread has that priority. It is possible to reverse that by detaching the

12