Searched full:reverse (Results 1 – 25 of 95) sorted by relevance
1234
/Zephyr-latest/dts/bindings/display/ |
D | istech,ist3931.yaml | 61 reverse-com-output: 65 reverse-seg-driver: 75 reverse-ram-lcd: 77 description: Reverse the lit and unlit display relation between RAM bit data and LCD cell
|
D | solomon,ssd1322.yaml | 40 description: Reverse the column order (flip horizontally). 44 description: Reverse the row order (flip vertically). 48 description: Reverse every group of 4 nibbles.
|
/Zephyr-latest/subsys/bluetooth/controller/hal/ |
D | ecb.h | 15 /* if not null reverse copy into in_key_be */ 17 /* if not null reverse copy into in_clear_text_be */
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/bridge/ |
D | brg_table_state_change.sh | 19 # 9. Tester adds a reverse entry to the bridging table to bridge traffic in the other direction from 23 # 11. Tester removes the reverse entry from the bridging table and updates direction of the first
|
/Zephyr-latest/cmake/modules/ |
D | configuration_files.cmake | 99 zephyr_get(EXTRA_CONF_FILE SYSBUILD LOCAL VAR EXTRA_CONF_FILE OVERLAY_CONFIG MERGE REVERSE) 100 zephyr_get(EXTRA_DTC_OVERLAY_FILE SYSBUILD LOCAL MERGE REVERSE) 101 zephyr_get(DTS_EXTRA_CPPFLAGS SYSBUILD LOCAL MERGE REVERSE)
|
D | zephyr_module.cmake | 118 # later wins. therefore we reverse the list before processing. 119 list(REVERSE MODULE_EXT_ROOT)
|
/Zephyr-latest/drivers/usb_c/ppc/ |
D | nxp_nx20p3483_priv.h | 59 /** Bit field for reverse current fault triggered on 5V source path */ 72 /** Bit field for reverse current fault triggered on HV sink path */ 78 /** Bit field for reverse current fault triggered on HV source path */
|
/Zephyr-latest/tests/cmake/zephyr_get/ |
D | CMakeLists.txt | 437 zephyr_get(VARIABLE_1 MERGE REVERSE) 440 zephyr_get(RESULT MERGE REVERSE VAR VARIABLE_1 VARIABLE_2) 448 zephyr_get(VARIABLE_3 MERGE REVERSE) 451 zephyr_get(RESULT MERGE REVERSE VAR VARIABLE_1 VARIABLE_2 VARIABLE_3) 458 # In REVERSE, the GLOBAL value goes before the LOCAL. 459 zephyr_get(TESTCASE_VARIABLE MERGE REVERSE SYSBUILD GLOBAL) 472 zephyr_get(TESTCASE_VARIABLE MERGE REVERSE SYSBUILD GLOBAL) 481 zephyr_get(TESTCASE_VARIABLE MERGE REVERSE SYSBUILD LOCAL) 493 zephyr_get(RESULT MERGE REVERSE VAR TESTCASE_VARIABLE VARIABLE_1 VARIABLE_2) 548 zephyr_get(RESULT MERGE REVERSE VAR VARIABLE_1 VARIABLE_2 VARIABLE_3)
|
/Zephyr-latest/dts/bindings/stepper/ |
D | stepper-controller.yaml | 42 Pin will be driven high for forward direction and low for reverse direction.
|
/Zephyr-latest/samples/sensor/ina219/ |
D | README.rst | 43 A negative sign indicates current flowing in reverse direction:
|
/Zephyr-latest/samples/drivers/led/lp3943/ |
D | README.rst | 13 reverse order.
|
/Zephyr-latest/samples/drivers/led/lp3943/src/ |
D | main.c | 38 * one until it reaches the end and turns off LEDs in reverse order. in main()
|
/Zephyr-latest/samples/userspace/shared_mem/src/ |
D | enc.c | 102 * calc reverse path for wheel 103 * this simplifies the reverse path calculation
|
/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/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/tests/unit/timeutil/ |
D | main.c | 48 "datetime %s reverse != %ld", in timeutil_check()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/ |
D | ecb.c | 71 * Thus, reverse the input parameters that are LSB to MSB format (le) in ecb_encrypt() 98 /* STD e function outputs in MSB thus reverse for the (le) */ in ecb_encrypt()
|
/Zephyr-latest/subsys/profiling/perf/backends/ |
D | perf_x86.c | 53 * The following lines lines do the reverse things to get %eip and %ebp in arch_perf_current_stack_trace()
|
D | perf_riscv.c | 41 * The following lines lines do the reverse things to get ra, ip anf fp in arch_perf_current_stack_trace()
|
/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/boards/snps/hsdk/support/ |
D | openocd-2-cores.cfg | 42 # OpenOCD discovers JTAG TAPs in reverse order.
|
/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/include/zephyr/drivers/usb_c/ |
D | usbc_ppc.h | 30 /** Reverse current detected while being in a source role */ 42 /** Reverse current detected while being in a sink role */
|
/Zephyr-latest/subsys/shell/ |
D | shell_vt100.h | 37 /* Set reverse video on screen */ 109 /* Turn reverse video on */
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/ |
D | sram.c | 63 /* HSPGCTL, HSRMCTL use reverse logic - 0 means EBB is power gated */ in hp_sram_pm_banks()
|
1234