/Zephyr-latest/include/zephyr/arch/arc/asm-compat/ |
D | asm-macro-32-bit-mwdt.h | 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] 38 .macro LRR, d, aux 39 lr d, aux [all …]
|
D | asm-macro-64-bit-mwdt.h | 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] 38 .macro LRR, d, aux 39 lrl d, aux [all …]
|
D | asm-macro-64-bit-gnu.h | 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 35 stl \d, [\s] 38 STR.as \d, \s, \off / 8 [all …]
|
D | asm-macro-32-bit-gnu.h | 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 42 lr \d, \aux 45 .macro SRR d, aux [all …]
|
/Zephyr-latest/doc/services/input/ |
D | diodes-cr.svg | 84 d="M 156.21,91.44 V 89.662" 88 d="m 158.75,91.44 h -5.08" 96 d="m 153.67,92.71 h -2.54" 99 d="m 158.75,92.71 h 2.54" 120 d="m 154.5167,95.7691 0.1814,0.0604" 123 d="m 154.6981,95.8295 h 0.3024" 126 d="m 155.0005,95.8295 0.1209,-0.0604" 129 d="m 155.1214,95.7691 0.0605,-0.0605" 132 d="m 155.1819,95.7086 0.0605,-0.121" 135 d="M 155.2424,95.5876 V 95.4667" [all …]
|
D | diodes-rc.svg | 84 d="m 121.92,118.11 v -1.778" 88 d="m 124.46,118.11 h -5.08" 96 d="m 119.38,119.38 h -2.54" 99 d="M 124.46,119.38 H 127" 120 d="m 120.2267,122.4391 0.1814,0.0604" 123 d="m 120.4081,122.4995 h 0.3024" 126 d="m 120.7105,122.4995 0.1209,-0.0604" 129 d="m 120.8314,122.4391 0.0605,-0.0605" 132 d="m 120.8919,122.3786 0.0605,-0.121" 135 d="m 120.9524,122.2576 v -0.1209" [all …]
|
D | no-diodes.svg | 84 d="M 120.65,88.9 V 87.122" 88 d="m 123.19,88.9 h -5.08" 96 d="m 118.11,90.17 h -2.54" 99 d="m 123.19,90.17 h 2.54" 120 d="m 118.9567,93.2291 0.1814,0.0604" 123 d="m 119.1381,93.2895 h 0.3024" 126 d="m 119.4405,93.2895 0.1209,-0.0604" 129 d="m 119.5614,93.2291 0.0605,-0.0605" 132 d="m 119.6219,93.1686 0.0605,-0.121" 135 d="M 119.6824,93.0476 V 92.9267" [all …]
|
D | no-sw4.svg | 84 d="m 119.38,104.14 v -1.778" 88 d="m 121.92,104.14 h -5.08" 96 d="M 116.84,105.41 H 114.3" 99 d="m 121.92,105.41 h 2.54" 120 d="m 117.6867,108.4691 0.1814,0.0604" 123 d="m 117.8681,108.5295 h 0.3024" 126 d="m 118.1705,108.5295 0.1209,-0.0604" 129 d="m 118.2914,108.4691 0.0605,-0.0605" 132 d="m 118.3519,108.4086 0.0605,-0.121" 135 d="m 118.4124,108.2876 v -0.1209" [all …]
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/ |
D | main.c | 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() 69 zassert_equal(MGMT_ERR_EOK, rc, "Expected to receive %d response %d\n", MGMT_ERR_EOK, rc); in ZTEST() [all …]
|
/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/ |
D | README.rst | 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 48 D: Consumed completion event 0 49 D: Consumed completion event 1 50 D: Consumed completion event 2 51 D: Consumed completion event 3 53 D: Sample data: 54 D: 00 01 02 03 04 05 06 07 |........ [all …]
|
/Zephyr-latest/samples/subsys/zbus/hello_world/ |
D | README.rst | 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 32 D: Observers: 33 D: - my_listener 34 D: - my_subscriber 35 D: 1 - Channel version: 36 D: Message size: 4 37 D: Observers: [all …]
|
/Zephyr-latest/samples/net/stats/src/ |
D | main.c | 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() 72 printk("IP fragerr %d\tchkerr\t%d\tprotoer\t%d\n", in print_stats() 78 printk("IPv4 PMTU recv %d\tsent\t%d\tdrop\t%d\n", in print_stats() 84 printk("ICMP recv %d\tsent\t%d\tdrop\t%d\n", in print_stats() [all …]
|
/Zephyr-latest/tests/subsys/logging/log_links/src/ |
D | main.c | 128 "Unexpected number of domains (%d)", domains_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 154 uint32_t level = log_filter_get(NULL, d, s, false); in test_single_compile_level() 157 "%d:%d Unexpected compiled level (%d vs %d)", in test_single_compile_level() 158 d, s, level, exp_level); in test_single_compile_level() 172 static void test_single_runtime_level(uint8_t d, uint16_t s, uint8_t *link_level) in test_single_runtime_level() argument [all …]
|
/Zephyr-latest/samples/subsys/logging/logger/src/ |
D | ext_log_system.c | 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/drivers/ipm/ |
D | ipm_mhu.c | 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() 58 static int ipm_mhu_send(const struct device *d, int wait, uint32_t cpu_id, in ipm_mhu_send() argument 75 p_mhu_dev = (struct ipm_mhu_reg_map_t *)IPM_MHU_REGS(d); in ipm_mhu_send() 90 static void ipm_mhu_clear_val(const struct device *d, in ipm_mhu_clear_val() argument 96 p_mhu_dev = (struct ipm_mhu_reg_map_t *)IPM_MHU_REGS(d); in ipm_mhu_clear_val() 109 static uint32_t ipm_mhu_max_id_val_get(const struct device *d) in ipm_mhu_max_id_val_get() argument 111 ARG_UNUSED(d); in ipm_mhu_max_id_val_get() [all …]
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 213 if test -d $tmp_path/.west 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 …zephyr-base" -o z -l zephyr-base -xa "(__zephyr_west_complete_directories)" -d "zephyr base folder" 346 complete -c west -n __zephyr_west_use_subcommand -ra init -d "create a west workspace" 348 …nd_from init; and __zephyr_west_exclude -l --local" -l mr -l manifest-rev -r -d "manifest revision" 349 complete -c west -n "__zephyr_west_seen_subcommand_from init" -l mf -l manifest-file -r -d "manifes… 350 …t_exclude -l --local" -o m -l manifest -ra "(__zephyr_west_complete_directories)" -d "manifest URL" 351 …r --manifest-rev" -o l -l local -ra "(__zephyr_west_complete_directories)" -d "use local directory… [all …]
|
/Zephyr-latest/scripts/coccinelle/ |
D | const_config_info.cocci | 44 // asg: struct T *D = (const struct T*) 50 identifier D; 54 struct T * D = (const struct T*)E->config_info; 56 // asg to const local: struct T * const D = (const struct T*) 62 identifier D; 66 struct T * const D = (const struct T*)E->config_info; 68 // asg via macro: struct T * D = DEV_CFG() 74 identifier D; 78 struct T * D = DEV_CFG(E); 80 // asg via macro to const local: struct T * const D = DEV_CFG() [all …]
|
/Zephyr-latest/doc/hardware/pinctrl/images/ |
D | hw-dist-control.svg | 15 <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/> 16 …<glyph unicode="t" horiz-adv-x="663" d="M 668,254 L 668,371 623,371 623,258 C 623,111 563,25 483,2… 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… 20 …<glyph unicode="l" horiz-adv-x="477" d="M 508,0 L 508,59 C 377,59 352,59 352,152 L 352,1421 68,139… 21 <glyph unicode="_" horiz-adv-x="1509" d="M 1503,-279 L 1503,-233 0,-233 0,-279 1503,-279 Z"/> 22 …<glyph unicode="X" horiz-adv-x="1430" d="M 1456,0 L 1456,59 C 1335,59 1286,59 1239,131 L 801,786 1… 23 …<glyph unicode="V" horiz-adv-x="1457" d="M 1464,1339 L 1464,1399 1276,1395 C 1221,1395 1118,1395 1… 24 …<glyph unicode="U" horiz-adv-x="1351" d="M 1417,1339 L 1417,1399 C 1364,1395 1253,1395 1196,1395 1… [all …]
|
D | hw-cent-control.svg | 15 <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/> 16 …<glyph unicode="u" horiz-adv-x="1033" d="M 1067,0 L 1067,59 C 928,59 911,74 911,174 L 911,903 623,… 17 …<glyph unicode="t" horiz-adv-x="663" d="M 668,254 L 668,371 623,371 623,258 C 623,111 563,25 483,2… 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 … 20 …<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… 21 …<glyph unicode="l" horiz-adv-x="477" d="M 508,0 L 508,59 C 377,59 352,59 352,152 L 352,1421 68,139… 22 …<glyph unicode="i" horiz-adv-x="451" d="M 494,0 L 494,59 C 360,59 352,70 352,150 L 352,903 74,881 … 23 …<glyph unicode="e" horiz-adv-x="795" d="M 834,244 C 834,256 823,264 811,264 795,264 791,254 786,24… 24 …<glyph unicode="c" horiz-adv-x="795" d="M 831,244 C 831,262 817,262 811,262 793,262 791,256 784,23… [all …]
|
/Zephyr-latest/samples/subsys/zbus/uart_bridge/ |
D | README.rst | 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 37 D: Peripheral sending sensor data 38 D: START processing channel sensor_data change 39 D: FINISH processing channel sensor_data change 40 D: Bridge Started 41 D: Channel start_measurement claimed 42 D: Channel start_measurement finished 43 D: Bridge send start_measurement [all …]
|
/Zephyr-latest/tests/posix/fs/src/ |
D | test_fs_open_flags.c | 24 TC_PRINT("Expected fail; fd = %d, errno = %d\n", fd, errno); in test_file_open_flags() 34 TC_PRINT("Expected fail; fd = %d, errno = %d\n", fd, errno); in test_file_open_flags() 43 TC_PRINT("Expected fail; fd = %d, errno = %d\n", fd, errno); in test_file_open_flags() 53 TC_PRINT("Expected fail; fd = %d, errno = %d\n", fd, errno); in test_file_open_flags() 65 TC_PRINT("Expected success; fd = %d, errno = %d\n", fd, errno); in test_file_open_flags() 72 TC_PRINT("Expected fail, ret = %d, errno = %d\n", ret, errno); in test_file_open_flags() 80 TC_PRINT("Expected success, ret = %d, errno = %d\n", ret, in test_file_open_flags() 94 TC_PRINT("Expected success, fd = %d, errno = %d\n", fd, errno); in test_file_open_flags() 101 TC_PRINT("Expected success, ret = %d, errno = %d\n", ret, in test_file_open_flags() 110 TC_PRINT("Expected fail, ret = %d, errno = %d\n", ret, errno); in test_file_open_flags() [all …]
|
/Zephyr-latest/tests/kernel/common/src/ |
D | bitfield.c | 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() 75 "sys_test_and_clear_bit did not detect bit %d\n", in ZTEST() 78 " bit %d\n", bit); in ZTEST() [all …]
|
/Zephyr-latest/tests/drivers/led/led_api/src/ |
D | test_led_api.c | 88 zassert_equal(ret, 0, "LED %d - led_get_info() error (ret=%d)", in ZTEST_USER() 92 "LED %d - label: %s instead of %s", in ZTEST_USER() 96 "LED %d - index: %d instead of %d", led, in ZTEST_USER() 100 "LED %d - num_colors: %d instead of %d", led, in ZTEST_USER() 103 TC_PRINT("LED %d - label: %s, index: %d, num_colors: %d", in ZTEST_USER() 115 "LED %d - color_mapping[%d]=%d instead of %d", in ZTEST_USER() 118 TC_PRINT("%d", info->color_mapping[col]); in ZTEST_USER() 135 zassert_equal(ret, 0, "LED %d - failed to turn on", led); in ZTEST_USER() 150 zassert_equal(ret, 0, "LED %d - failed to turn off", led); in ZTEST_USER() 169 TC_PRINT("LED %d - skip set_color test, num_colors: %d" in ZTEST_USER() [all …]
|
/Zephyr-latest/tests/subsys/logging/log_api/src/ |
D | main.c | 175 #define TEST_MSG_1 "%f %d %f" in ZTEST() 196 double d = -1.2356; in ZTEST() local 198 snprintk(str, sizeof(str), TEST_MSG_1, (double)f, 100, d); in ZTEST() 204 LOG_INF(TEST_MSG_1, (double)f, 100, d); in ZTEST() 427 LOG_INF("test %d %d", 100, 100); in ZTEST() 483 LOG_INF("test %d %d %d", 1, 2, 3); in ZTEST() 484 LOG_INF("test %d %d %d %d", 1, 2, 3, 4); in ZTEST() 485 LOG_INF("test %d %d %d %d %d", 1, 2, 3, 4, 5); in ZTEST() 494 LOG_INF("test %d %d %d %d %d %d", 1, 2, 3, 4, 5, 6); in ZTEST() 495 LOG_INF("test %d %d %d %d %d %d %d", 1, 2, 3, 4, 5, 6, 7); in ZTEST() [all …]
|
/Zephyr-latest/tests/unit/timeutil/ |
D | main.c | 24 "datetime %s year %d != %d", in timeutil_check() 27 "datetime %s mon %d != %d", in timeutil_check() 30 "datetime %s mday %d != %d", in timeutil_check() 33 "datetime %s hour %d != %d", in timeutil_check() 36 "datetime %s min %d != %d", in timeutil_check() 39 "datetime %s sec %d != %d", in timeutil_check() 42 "datetime %s wday %d != %d", in timeutil_check() 45 "datetime %s yday %d != %d", in timeutil_check()
|