Searched refs:reverse (Results 1 – 25 of 28) sorted by relevance
12
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_advertiser.c | 291 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/ |
D | README.rst | 43 A negative sign indicates current flowing in reverse direction:
|
/Zephyr-latest/scripts/ |
D | set_assignees.py | 94 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/ |
D | README.rst | 13 reverse order.
|
/Zephyr-latest/scripts/build/ |
D | gen_app_partitions.py | 293 key=lambda x: (x[1][SZ], x[0]), reverse=True) 307 key=lambda x: (x[1][SZ], x[0]), reverse=True)
|
D | gen_symtab.py | 109 symtab_list.sort(key=lambda x: x.addr, reverse=False)
|
/Zephyr-latest/scripts/release/ |
D | bug_bash.py | 89 sorted(rev_tally.items(), key=operator.itemgetter(0), reverse=True))
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/ |
D | README.rst | 16 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/ |
D | README.rst | 16 done, he will give back the forks in the reverse order (f2 then f1). If he
|
/Zephyr-latest/boards/snps/hsdk/support/ |
D | openocd-2-cores.cfg | 42 # OpenOCD discovers JTAG TAPs in reverse order.
|
D | openocd.cfg | 42 # OpenOCD discovers JTAG TAPs in reverse order.
|
/Zephyr-latest/boards/snps/hsdk4xd/support/ |
D | openocd.cfg | 42 # OpenOCD discovers JTAG TAPs in reverse order.
|
/Zephyr-latest/samples/philosophers/ |
D | README.rst | 16 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/ |
D | app.overlay | 348 reverse-com-output;
|
/Zephyr-latest/cmake/modules/ |
D | zephyr_module.cmake | 118 # later wins. therefore we reverse the list before processing.
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | mutexes.rst | 86 be observed if the mutexes are not unlocked in the reverse order to which the
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 213 achtung = ", ".join(sorted({match.decode() for match in achtung_matches},reverse = True))
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_l2.rst | 158 MAC (L2) and PHY (L1) whenever reverse information transfer or close co-operation
|
/Zephyr-latest/boards/st/stm32wb5mmg/doc/ |
D | stm32wb5mmg.rst | 265 Next, reverse back the buttons to default mode (SW4 on ON and SW5
|
/Zephyr-latest/boards/phytec/reel_board/doc/ |
D | index.rst | 451 3.3V, there is no protection against reverse polarity or overvoltage.
|
/Zephyr-latest/doc/build/dts/ |
D | macros.bnf | 111 ; The dependency ordinals of a node supports (reverse direct dependencies).
|
/Zephyr-latest/scripts/kconfig/ |
D | guiconfig.py | 2002 parents.reverse()
|
D | menuconfig.py | 1456 menu_prompts.reverse()
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 357 Note that while SMP requires :kconfig:option:`CONFIG_USE_SWITCH`, the reverse is not
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 356 priority two as the thread has that priority. It is possible to reverse that by detaching the
|
12