Home
last modified time | relevance | path

Searched +full:- +full:d (Results 1 – 25 of 1113) sorted by relevance

12345678910>>...45

/Zephyr-latest/doc/services/input/
Ddiodes-rc.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
13 …id="title2">SVG Image created as keyboard-matrix-testboard-diodes-rc.svg date 2023/12/18 09:58:32 …
15 id="desc4">Image generated by Eeschema-SVG </desc>
17 …style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;strok…
19 transform="translate(-105.3338,-64.181)" />
21 …style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.1524;stroke-linecap:round;stroke-
23 transform="translate(-105.3338,-64.181)" />
25 …style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.1588;stroke-linecap:round;stroke-
27 transform="translate(-105.3338,-64.181)" />
29 …style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.1524;stroke-linecap:round;stroke-
[all …]
Ddiodes-cr.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
13 …id="title2">SVG Image created as keyboard-matrix-testboard-diodes-cr.svg date 2023/12/18 09:58:32 …
15 id="desc4">Image generated by Eeschema-SVG </desc>
17 …style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;strok…
19 transform="translate(-98.9838,-67.2338)" />
21 …style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.1524;stroke-linecap:round;stroke-
23 transform="translate(-98.9838,-67.2338)" />
25 …style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.1588;stroke-linecap:round;stroke-
27 transform="translate(-98.9838,-67.2338)" />
29 …style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.1524;stroke-linecap:round;stroke-
[all …]
Dno-diodes.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
13 …id="title2">SVG Image created as keyboard-matrix-testboard-no-diodes.svg date 2023/12/18 09:58:32 …
15 id="desc4">Image generated by Eeschema-SVG </desc>
17 …style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;strok…
19 transform="translate(-104.0638,-71.801)" />
21 …style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.1524;stroke-linecap:round;stroke-
23 transform="translate(-104.0638,-71.801)" />
25 …style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.1588;stroke-linecap:round;stroke-
27 transform="translate(-104.0638,-71.801)" />
29 …style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.1524;stroke-linecap:round;stroke-
[all …]
Dno-sw4.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
13 …id="title2">SVG Image created as keyboard-matrix-testboard-no-sw4.svg date 2023/12/18 09:58:32 </t…
15 id="desc4">Image generated by Eeschema-SVG </desc>
17 …style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;strok…
19 transform="translate(-102.7938,-75.611)" />
21 …style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.1524;stroke-linecap:round;stroke-
23 transform="translate(-102.7938,-75.611)" />
25 …style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.1588;stroke-linecap:round;stroke-
27 transform="translate(-102.7938,-75.611)" />
29 …style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.1524;stroke-linecap:round;stroke-
[all …]
/Zephyr-latest/include/zephyr/arch/arc/asm-compat/
Dasm-macro-32-bit-mwdt.h1 /* SPDX-License-Identifier: Apache-2.0 */
5 * ALU/Memory instructions pseudo-mnemonics for ARCv2 and ARC32 ISA
8 .macro MOVR, d, s
9 mov\&$suffix d, s
13 .macro LDR, d, s, off
15 ld\&$suffix d, [s]
17 ld\&$suffix d, [s, off]
21 .macro STR, d, s, off
23 st\&$suffix d, [s]
25 st\&$suffix d, [s, off]
[all …]
Dasm-macro-64-bit-mwdt.h1 /* SPDX-License-Identifier: Apache-2.0 */
5 * ALU/Memory instructions pseudo-mnemonics for ARC64 ISA
8 .macro MOVR, d, s
9 movl\&$suffix d, s
13 .macro LDR, d, s, off
15 ldl\&$suffix d, [s]
17 ldl\&$suffix d, [s, off]
21 .macro STR, d, s, off
23 stl\&$suffix d, [s]
25 stl\&$suffix d, [s, off]
[all …]
Dasm-macro-64-bit-gnu.h1 /* SPDX-License-Identifier: Apache-2.0 */
7 * pseudo-mnemonics for ALU/Memory instructions for ARC64 ISA
11 .macro MOVR\cc d, s
12 movl\cc \d, \s
17 .macro LDR\aa d, s, off=0
18 ldl\aa \d, [\s, \off]
23 .macro STR\aa d, s, off=0
26 stl\aa \d, [\s]
28 stl\aa \d, [\s, \off]
33 .macro STR d, s, off=0
[all …]
Dasm-macro-32-bit-gnu.h1 /* SPDX-License-Identifier: Apache-2.0 */
7 * ALU/Memory instructions pseudo-mnemonics for ARCv2 and ARC32 ISA
11 .macro MOVR\cc d, s
12 mov\cc \d, \s
17 .macro LDR\aa d, s, off=0
18 ld\aa \d, [\s, \off]
23 .macro STR\aa d, s, off=0
26 st\aa \d, [\s]
28 st\aa \d, [\s, \off]
41 .macro LRR d, aux
[all …]
/Zephyr-latest/samples/subsys/zbus/hello_world/
DREADME.rst1 .. zephyr:code-sample:: zbus-hello-world
3 :relevant-api: zbus_apis
17 .. zephyr-app-commands::
18 :zephyr-app: samples/subsys/zbus/hello_world
19 :host-os: unix
26 .. code-block:: console
28 D: Sensor sample started raw reading, version 0.1-2!
29 D: Channel list:
30 D: 0 - Channel acc_data:
31 D: Message size: 12
[all …]
/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/
DREADME.rst1 .. zephyr:code-sample:: sensor_batch_processing
3 :relevant-api: rtio
28 .. zephyr-app-commands::
29 :zephyr-app: samples/subsys/rtio
40 .. code-block:: console
42 *** Booting Zephyr OS build v4.0.0-1260-gbaa49f6f32d5 ***
44 D: sensor@0: buf_len = 16, buf = 0x8056430
45 D: sensor@0: buf_len = 16, buf = 0x8056440
46 D: sensor@0: buf_len = 16, buf = 0x8056450
47 D: sensor@0: buf_len = 16, buf = 0x8056460
[all …]
/Zephyr-latest/tests/subsys/logging/log_links/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
128 "Unexpected number of domains (%d)", domains_cnt); in ZTEST()
136 domains_a[0]->source_cnt, in ZTEST()
137 domains_a[1]->source_cnt, in ZTEST()
138 domains_b[0]->source_cnt, in ZTEST()
144 for (uint8_t d = 0; d < log_domains_count(); d++) { in ZTEST() local
145 uint16_t source_cnt = log_src_cnt_get(d); in ZTEST()
147 zassert_equal(source_cnt, exp_source_cnt[d], in ZTEST()
148 "Unexpected source count (%d:%d)", d, source_cnt); in ZTEST()
152 static void test_single_compile_level(uint8_t d, uint16_t s, uint32_t exp_level) in test_single_compile_level() argument
[all …]
/Zephyr-latest/samples/net/stats/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
20 #define GET_STAT(iface, s) (iface ? iface->stats.s : data->s)
22 #define GET_STAT(iface, s) data->s
28 printk("Statistics for interface %p [%d]\n", iface, in print_stats()
35 printk("IPv6 recv %d\tsent\t%d\tdrop\t%d\tforwarded\t%d\n", in print_stats()
41 printk("IPv6 ND recv %d\tsent\t%d\tdrop\t%d\n", in print_stats()
47 printk("IPv6 PMTU recv %d\tsent\t%d\tdrop\t%d\n", in print_stats()
53 printk("IPv6 MLD recv %d\tsent\t%d\tdrop\t%d\n", in print_stats()
61 printk("IPv4 recv %d\tsent\t%d\tdrop\t%d\tforwarded\t%d\n", in print_stats()
68 printk("IP vhlerr %d\thblener\t%d\tlblener\t%d\n", in print_stats()
[all …]
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish20 set -l tokens (commandline -opc)
41 set -l tokens (commandline -opc)
42 set -l argc (count $argv)
43 set -l max $argv[1]
44 set -l counter 0
46 if test $argc -eq 1
47 if test (math (count $tokens) - 2) -ge $max
60 if $counter -ge $max
77 set -l tokens (commandline -opc)
80 if string match -qr -- "$token*" "$tokens[-1]"
[all …]
/Zephyr-latest/drivers/ipm/
Dipm_mhu.c4 * SPDX-License-Identifier: Apache-2.0
17 (((const struct ipm_mhu_device_config * const)(dev)->config)->base))
19 static enum ipm_mhu_cpu_id_t ipm_mhu_get_cpu_id(const struct device *d) in ipm_mhu_get_cpu_id() argument
24 p_mhu_dev_base = (volatile uint32_t *)IPM_MHU_REGS(d); in ipm_mhu_get_cpu_id()
33 static uint32_t ipm_mhu_get_status(const struct device *d, in ipm_mhu_get_status() argument
43 p_mhu_dev = (struct ipm_mhu_reg_map_t *)IPM_MHU_REGS(d); in ipm_mhu_get_status()
47 *status = p_mhu_dev->cpu1intr_stat; in ipm_mhu_get_status()
51 *status = p_mhu_dev->cpu0intr_stat; in ipm_mhu_get_status()
58 static int ipm_mhu_send(const struct device *d, int wait, uint32_t cpu_id, in ipm_mhu_send() argument
68 return -EINVAL; in ipm_mhu_send()
[all …]
/Zephyr-latest/scripts/coccinelle/
Dconst_config_info.cocci2 // SPDX-License-Identifier: Apache-2.0
6 // Drivers cast the device config_info pointer to a driver-specific
7 // structure. The object is const-qualified; make sure the cast
13 // appears as a tag in non-device aggregate types.
15 // Options: --include-headers
30 struct T*)E->config_info
42 struct T * const)E->config_info
44 // asg: struct T *D = (const struct T*)
50 identifier D;
54 struct T * D = (const struct T*)E->config_info;
[all …]
/Zephyr-latest/samples/subsys/logging/logger/src/
Dext_log_system.c4 * SPDX-License-Identifier: Apache-2.0
20 ext_log(EXT_LOG_ERROR, "error level log, 1 arguments: %d", 1); in ext_log_system_foo()
22 ext_log(EXT_LOG_WARNING, "warning level log, 2 arguments: %d %d", 1, 2); in ext_log_system_foo()
24 ext_log(EXT_LOG_NOTICE, "notice level log, 3 arguments: %d, %s, 0x%08x", in ext_log_system_foo()
27 ext_log(EXT_LOG_INFO, "info level log, 4 arguments : %d %d %d %d", in ext_log_system_foo()
30 ext_log(EXT_LOG_DEBUG, "debug level log, 5 arguments: %d %d %d %d %d", in ext_log_system_foo()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
41 zassert_equal(MGMT_ERR_EOK, rc, "Expected to receive %d response %d", MGMT_ERR_EOK, rc); in ZTEST()
44 zassert_equal(MGMT_ERR_ETIMEOUT, rc, "Expected to receive %d response %d", in ZTEST()
46 zassert_equal(MGMT_ERR_ETIMEOUT, response.status, "Expected to receive %d response %d\n", in ZTEST()
49 zassert_equal(MGMT_ERR_EOK, rc, "Expected to receive %d response %d", MGMT_ERR_EOK, rc); in ZTEST()
51 zassert_equal(MGMT_ERR_EOK, rc, "Expected to receive %d response %d", MGMT_ERR_EOK, rc); in ZTEST()
54 zassert_equal(MGMT_ERR_ETIMEOUT, rc, "Expected to receive %d response %d", in ZTEST()
56 zassert_equal(MGMT_ERR_ETIMEOUT, response.status, "Expected to receive %d response %d", in ZTEST()
64 zassert_equal(MGMT_ERR_EINVAL, rc, "Expected to receive %d response %d", MGMT_ERR_EINVAL, in ZTEST()
66 zassert_equal(MGMT_ERR_EINVAL, response.status, "Expected to receive %d response %d", in ZTEST()
[all …]
/Zephyr-latest/samples/subsys/zbus/uart_bridge/
DREADME.rst1 .. zephyr:code-sample:: zbus-uart-bridge
3 :relevant-api: zbus_apis
19 .. zephyr-app-commands::
20 :zephyr-app: samples/subsys/zbus/uart_bridge
21 :host-os: unix
28 .. code-block:: console
33 *** Booting Zephyr OS build zephyr-v3.1.0 ***
34 D: Core sending start measurement with status 0
35 D: START processing channel start_measurement change
36 D: FINISH processing channel start_measurement change
[all …]
/Zephyr-latest/doc/hardware/pinctrl/images/
Dhw-dist-control.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3 …x="0 0 18000 8500" preserveAspectRatio="xMidYMid" fill-rule="evenodd" stroke-width="28.222" stroke
13 <font id="EmbeddedFont_1" horiz-adv-x="2048">
14 …<font-face font-family="LM Roman 12 embedded" units-per-em="2048" font-weight="normal" font-style=…
15 <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
16-adv-x="663" d="M 668,254 L 668,371 623,371 623,258 C 623,111 563,25 483,25 344,25 344,215 344,250…
17 …<glyph unicode="r" horiz-adv-x="689" d="M 723,784 C 723,846 668,903 580,903 406,903 346,715 334,67…
18 …<glyph unicode="o" horiz-adv-x="901" d="M 940,438 C 940,702 739,913 502,913 256,913 61,696 61,438 …
19 …<glyph unicode="n" horiz-adv-x="1033" d="M 1067,0 L 1067,59 C 965,59 913,59 911,121 L 911,498 C 91…
[all …]
Dhw-cent-control.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3 …x="0 0 15000 8000" preserveAspectRatio="xMidYMid" fill-rule="evenodd" stroke-width="28.222" stroke
13 <font id="EmbeddedFont_1" horiz-adv-x="2048">
14 …<font-face font-family="LM Roman 12 embedded" units-per-em="2048" font-weight="normal" font-style=…
15 <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
16-adv-x="1033" d="M 1067,0 L 1067,59 C 928,59 911,74 911,174 L 911,903 623,881 623,821 C 762,821 77…
17-adv-x="663" d="M 668,254 L 668,371 623,371 623,258 C 623,111 563,25 483,25 344,25 344,215 344,250…
18 …<glyph unicode="r" horiz-adv-x="689" d="M 723,784 C 723,846 668,903 580,903 406,903 346,715 334,67…
19 …<glyph unicode="o" horiz-adv-x="901" d="M 940,438 C 940,702 739,913 502,913 256,913 61,696 61,438 …
[all …]
/Zephyr-latest/tests/drivers/led/led_api/src/
Dtest_led_api.c4 * SPDX-License-Identifier: Apache-2.0
82 if (ret == -ENOTSUP) { in ZTEST_USER()
88 zassert_equal(ret, 0, "LED %d - led_get_info() error (ret=%d)", in ZTEST_USER()
91 zassert_true(!strcmp(info->label, test_led_info[led].label), in ZTEST_USER()
92 "LED %d - label: %s instead of %s", in ZTEST_USER()
93 led, info->label, test_led_info[led].label); in ZTEST_USER()
95 zassert_equal(info->index, test_led_info[led].index, in ZTEST_USER()
96 "LED %d - index: %d instead of %d", led, in ZTEST_USER()
97 info->index, test_led_info[led].index); in ZTEST_USER()
99 zassert_equal(info->num_colors, test_led_info[led].num_colors, in ZTEST_USER()
[all …]
/Zephyr-latest/tests/unit/timeutil/
Dmain.c2 * Copyright 2019-2020 Peter Bigot Consulting
4 * SPDX-License-Identifier: Apache-2.0
17 struct tm tm = *gmtime(&tp->ux); in timeutil_check()
20 zassert_equal(&tm, gmtime_r(&tp->ux, &tm), in timeutil_check()
23 zassert_equal(tm.tm_year, tp->tm.tm_year, in timeutil_check()
24 "datetime %s year %d != %d", in timeutil_check()
25 tp->civil, tm.tm_year, tp->tm.tm_year); in timeutil_check()
26 zassert_equal(tm.tm_mon, tp->tm.tm_mon, in timeutil_check()
27 "datetime %s mon %d != %d", in timeutil_check()
28 tp->civil, tm.tm_mon, tp->tm.tm_mon); in timeutil_check()
[all …]
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_open_flags.c4 * SPDX-License-Identifier: Apache-2.0
20 /* 1 Check opening non-existent without O_CREAT */ in test_file_open_flags()
21 TC_PRINT("Open of non-existent file, flags = 0\n"); in test_file_open_flags()
24 TC_PRINT("Expected fail; fd = %d, errno = %d\n", fd, errno); in test_file_open_flags()
31 TC_PRINT("Open on non-existent file, flags = O_RDONLY\n"); in test_file_open_flags()
34 TC_PRINT("Expected fail; fd = %d, errno = %d\n", fd, errno); in test_file_open_flags()
40 TC_PRINT("Open on non-existent file, flags = O_WRONLY\n"); in test_file_open_flags()
43 TC_PRINT("Expected fail; fd = %d, errno = %d\n", fd, errno); in test_file_open_flags()
50 TC_PRINT("Open on non-existent file, flags = O_RDWR\n"); in test_file_open_flags()
53 TC_PRINT("Expected fail; fd = %d, errno = %d\n", fd, errno); in test_file_open_flags()
[all …]
/Zephyr-latest/samples/posix/uname/
Dsample.yaml7 - native_posix
8 - native_posix/native/64
10 - native_sim
11 - qemu_riscv64
17 - "sysname\\[7\\]: Zephyr"
18 - "nodename\\[\\d+\\]: .*"
19 - "release\\[\\d+\\]: \\d+\\.\\d+\\.\\d+"
20 - "version\\[\\d+\\]: .*"
21 - "machine\\[\\d+\\]: .*"
/Zephyr-latest/tests/kernel/common/src/
Dbitfield.c4 * SPDX-License-Identifier: Apache-2.0
14 #define BIT_INDEX(bit) ((3 - ((bit >> 3) & 0x3)) + 4*(bit >> 5))
50 "sys_set_bit failed on bit %d\n", bit); in ZTEST()
53 "sys_test_bit did not detect bit %d\n", bit); in ZTEST()
56 zassert_equal(b1, 0, "sys_clear_bit failed for bit %d\n", bit); in ZTEST()
59 "sys_test_bit erroneously detected bit %d\n", in ZTEST()
64 " detected bit %d\n", bit); in ZTEST()
66 "sys_test_and_set_bit did not set bit %d\n", in ZTEST()
69 "sys_test_and_set_bit did not detect bit %d\n", in ZTEST()
72 "sys_test_and_set_bit cleared bit %d\n", bit); in ZTEST()
[all …]

12345678910>>...45