/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/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/tests/drivers/ipm/src/ |
D | ipm_dummy.c | 26 const struct device *d = (const struct device *)data; in ipm_dummy_isr() local 27 struct ipm_dummy_driver_data *driver_data = d->data; in ipm_dummy_isr() 37 driver_data->cb(d, in ipm_dummy_isr() 47 static int ipm_dummy_send(const struct device *d, int wait, uint32_t id, in ipm_dummy_send() argument 55 driver_data = d->data; in ipm_dummy_send() 56 if (size > ipm_max_data_size_get(d)) { in ipm_dummy_send() 73 irq_offload(ipm_dummy_isr, (const void *)d); in ipm_dummy_send() 83 static void ipm_dummy_register_callback(const struct device *d, in ipm_dummy_register_callback() argument 89 driver_data = d->data; in ipm_dummy_register_callback() 94 static int ipm_dummy_set_enabled(const struct device *d, int enable) in ipm_dummy_set_enabled() argument [all …]
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | config_parser.py | 157 d = {} 161 extracted_common, d[k] = extract_fields_from_arg_list( 166 d[k] = copy.copy(v) 174 if k in d: 176 d[k] = f"({d[k]}) and ({v})" 179 if isinstance(d[k], str) and isinstance(v, list): 180 d[k] = [d[k]] + v 181 elif isinstance(d[k], list) and isinstance(v, str): 182 d[k] += [v] 183 elif isinstance(d[k], list) and isinstance(v, list): [all …]
|
D | hardwaremap.py | 120 d = {} 125 d[k] = v[k] 126 return d 194 for d in self.duts: 195 if d.connected and d.platform != 'unknown': 196 self.options.platform.append(d.platform) 221 for d in self.duts: 222 d.fixtures.extend(self.options.fixture) 230 for d in self.duts: 231 if d.connected and d.platform in selected_platforms: [all …]
|
/Zephyr-latest/samples/sensor/accel_trig/ |
D | README.rst | 35 fxos8700@1d [m/s^2]: ( -0.153229, -0.057461, 9.931148) 36 fxos8700@1d [m/s^2]: ( -0.153229, -0.057461, 9.931148) 37 fxos8700@1d [m/s^2]: ( -0.143653, -0.057461, 9.921571) 38 fxos8700@1d [m/s^2]: ( -0.153229, -0.067038, 9.931148) 39 fxos8700@1d [m/s^2]: ( -0.143653, -0.067038, 9.921571) 40 fxos8700@1d [m/s^2]: ( -0.134076, -0.047885, 9.931148) 41 fxos8700@1d [m/s^2]: ( -0.105345, -0.038308, 9.940725) 42 fxos8700@1d [m/s^2]: ( -0.105345, -0.019154, 9.931148) 43 fxos8700@1d [m/s^2]: ( -0.105345, -0.028731, 9.921571) 44 fxos8700@1d [m/s^2]: ( -0.095769, -0.028731, 9.931148) [all …]
|
/Zephyr-latest/tests/lib/sprintf/src/ |
D | main.c | 68 double d; member 76 double d; member 123 sprintf(buffer, "%e", var.d); in ZTEST() 127 sprintf(buffer, "%E", var.d); in ZTEST() 131 sprintf(buffer, "%f", var.d); in ZTEST() 135 sprintf(buffer, "%F", var.d); in ZTEST() 139 sprintf(buffer, "%g", var.d); in ZTEST() 143 sprintf(buffer, "%G", var.d); in ZTEST() 149 sprintf(buffer, "%e", var.d); in ZTEST() 153 sprintf(buffer, "%E", var.d); in ZTEST() [all …]
|
/Zephyr-latest/tests/subsys/logging/log_links/src/ |
D | main.c | 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() 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 177 level1 = log_filter_get(&backend1, d, s, true); in test_single_runtime_level() 178 level2 = log_filter_get(&backend2, d, s, true); in test_single_runtime_level() [all …]
|
/Zephyr-latest/lib/libc/minimal/source/string/ |
D | string.c | 20 char *strcpy(char *ZRESTRICT d, const char *ZRESTRICT s) in strcpy() argument 22 char *dest = d; in strcpy() 25 *d = *s; in strcpy() 26 d++; in strcpy() 30 *d = '\0'; in strcpy() 42 char *strncpy(char *ZRESTRICT d, const char *ZRESTRICT s, size_t n) in strncpy() argument 44 char *dest = d; in strncpy() 47 *d = *s; in strncpy() 49 d++; in strncpy() 54 *d = '\0'; in strncpy() [all …]
|
/Zephyr-latest/samples/sensor/magn_trig/ |
D | README.rst | 36 fxos8700@1d (x, y, z): ( -0.107000, 0.118000, -1.026000) 37 fxos8700@1d (x, y, z): ( -0.132000, 0.083000, -0.981000) 38 fxos8700@1d (x, y, z): ( -0.143000, 0.102000, -0.931000) 39 fxos8700@1d (x, y, z): ( -0.153000, 0.126000, -0.843000) 40 fxos8700@1d (x, y, z): ( -0.145000, 0.152000, -0.802000) 41 fxos8700@1d (x, y, z): ( -0.143000, 0.125000, -0.740000) 42 fxos8700@1d (x, y, z): ( -0.133000, 0.130000, -0.736000) 43 fxos8700@1d (x, y, z): ( -0.133000, 0.124000, -0.776000) 44 fxos8700@1d (x, y, z): ( -0.120000, 0.123000, -0.776000) 45 fxos8700@1d (x, y, z): ( -0.135000, 0.120000, -0.782000) [all …]
|
/Zephyr-latest/samples/subsys/zbus/dyn_channel/ |
D | README.rst | 74 W: 0d 0d 0d 0d 0d 0d 0d 0d |........ 75 W: 0d 0d 0d 0d 0d 0d |......
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_tco.c | 14 #define BASE(d) ((struct tco_config *)(d)->config)->base argument 16 #define TCO_RLD(d) (BASE(d) + 0x00) /* TCO Timer Reload/Curr. Value */ argument 17 #define TCO_DAT_IN(d) (BASE(d) + 0x02) /* TCO Data In Register */ argument 18 #define TCO_DAT_OUT(d) (BASE(d) + 0x03) /* TCO Data Out Register */ argument 19 #define TCO1_STS(d) (BASE(d) + 0x04) /* TCO1 Status Register */ argument 20 #define TCO2_STS(d) (BASE(d) + 0x06) /* TCO2 Status Register */ argument 21 #define TCO1_CNT(d) (BASE(d) + 0x08) /* TCO1 Control Register */ argument 22 #define TCO2_CNT(d) (BASE(d) + 0x0a) /* TCO2 Control Register */ argument 23 #define TCO_MSG(d) (BASE(d) + 0x0c) /* TCO Message Registers */ argument 24 #define TCO_WDSTATUS(d) (BASE(d) + 0x0e) /* TCO Watchdog Status Register */ argument [all …]
|
/Zephyr-latest/samples/subsys/zbus/priority_boost/ |
D | without_hlp_priority_boost_feature.svg | 2 <path d="M504 2H0V332.387H504V2Z" fill="white"/> 3 <path d="M503.697 305.975L460.741 332.387V279.563L503.697 305.975Z" fill="#EBEBEB"/> 4 <path d="M469.333 288.653H10.3773V323.295H469.333V288.653Z" fill="#EBEBEB"/> 5 <path d="M27.6973 74.2293L54.0613 117.108H1.33331L27.6973 74.2293Z" fill="#EBEBEB"/> 6 <path d="M10.3773 104.609V323.295H45.0187V104.609H10.3773Z" fill="#EBEBEB"/> 7 <path d="M35.656 241.925H20.616V235.397C20.616 233.748 21.0284 232.475 21.8533 231.579C22.6782 230.… 8 <path d="M219.839 313.933V301.176H214.676V298.893H227.732V301.176H222.569V313.933H219.839ZM229.035 … 9 <path d="M504 246H117.556V271.076H504V246Z" fill="#EEEEEE"/> 10 <path d="M232 246H139V271H232V246Z" fill="#F7B859"/> 11 <path d="M232 246H162V271H232V246Z" fill="#6931D0"/> [all …]
|
D | with_hlp_priority_boost_feature.svg | 2 <path d="M504 0.156006H0V330.543H504V0.156006Z" fill="white"/> 3 <path d="M504 63.156H117.556V88.232H504V63.156Z" fill="url(#paint0_linear_90_635)"/> 4 <path d="M503.697 304.131L460.741 330.543V277.719L503.697 304.131Z" fill="#EBEBEB"/> 5 <path d="M469.333 286.809H10.3773V321.451H469.333V286.809Z" fill="#EBEBEB"/> 6 <path d="M27.6973 72.3853L54.0613 115.264H1.33331L27.6973 72.3853Z" fill="#EBEBEB"/> 7 <path d="M10.3773 102.765V321.451H45.0187V102.765H10.3773Z" fill="#EBEBEB"/> 8 <path d="M35.656 240.081H20.616V233.553C20.616 231.904 21.0284 230.631 21.8533 229.735C22.6782 228.… 9 <path d="M219.839 312.089V299.332H214.676V297.049H227.732V299.332H222.569V312.089H219.839ZM229.035 … 10 <path d="M504 244.156H117.556V269.232H504V244.156Z" fill="#EEEEEE"/> 11 <path d="M162 244H139V269H162V244Z" fill="#F7B859"/> [all …]
|
/Zephyr-latest/doc/services/zbus/images/ |
D | zbus_publishing_process_example2.svg | 2 <path d="M504 2H0V332.387H504V2Z" fill="white"/> 3 <path d="M503.697 305.975L460.741 332.387V279.563L503.697 305.975Z" fill="#EBEBEB"/> 4 <path d="M469.333 288.653H10.3773V323.295H469.333V288.653Z" fill="#EBEBEB"/> 5 <path d="M27.6973 74.2293L54.0613 117.108H1.33331L27.6973 74.2293Z" fill="#EBEBEB"/> 6 <path d="M10.3773 104.609V323.295H45.0187V104.609H10.3773Z" fill="#EBEBEB"/> 7 <path d="M35.656 241.925H20.616V235.397C20.616 233.748 21.0284 232.475 21.8533 231.579C22.6782 230.… 8 <path d="M219.839 313.933V301.176H214.676V298.893H227.732V301.176H222.569V313.933H219.839ZM229.035 … 9 <path d="M504 246H117.556V271.076H504V246Z" fill="#EEEEEE"/> 10 <path d="M266 246H139V271H266V246Z" fill="#F7B859"/> 11 <path d="M267 246H162V271H267V246Z" fill="#6931D0"/> [all …]
|
D | zbus_publishing_process_example.svg | 2 <path d="M504 2H0V332.387H504V2Z" fill="white"/> 3 <path d="M258.568 92V85.68H257.064V84.176H258.568V84.16C258.568 83.0507 258.856 82.2133 259.432 81.… 4 <path d="M503.697 305.975L460.741 332.387V279.563L503.697 305.975Z" fill="#EBEBEB"/> 5 <path d="M469.333 288.653H10.3773V323.295H469.333V288.653Z" fill="#EBEBEB"/> 6 <path d="M27.6973 74.2293L54.0613 117.108H1.33331L27.6973 74.2293Z" fill="#EBEBEB"/> 7 <path d="M10.3773 104.609V323.295H45.0187V104.609H10.3773Z" fill="#EBEBEB"/> 8 <path d="M35.656 241.925H20.616V235.397C20.616 233.748 21.0284 232.475 21.8533 231.579C22.6782 230.… 9 <path d="M219.839 313.933V301.176H214.676V298.893H227.732V301.176H222.569V313.933H219.839ZM229.035 … 10 <path d="M504 96H117.556V121.076H504V96Z" fill="#EEEEEE"/> 11 <path d="M305.556 96H138.889V121.076H305.556V96Z" fill="#F7B859"/> [all …]
|
D | zbus_publishing_process_example_HLP.svg | 2 <path d="M504 0.156006H0V330.543H504V0.156006Z" fill="white"/> 3 <path d="M504 63.156H117.556V88.232H504V63.156Z" fill="url(#paint0_linear_103_113)"/> 4 <path d="M503.697 304.131L460.741 330.543V277.719L503.697 304.131Z" fill="#EBEBEB"/> 5 <path d="M469.333 286.809H10.3773V321.451H469.333V286.809Z" fill="#EBEBEB"/> 6 <path d="M27.6973 72.3853L54.0613 115.264H1.33331L27.6973 72.3853Z" fill="#EBEBEB"/> 7 <path d="M10.3773 102.765V321.451H45.0187V102.765H10.3773Z" fill="#EBEBEB"/> 8 <path d="M35.656 240.081H20.616V233.553C20.616 231.904 21.0284 230.631 21.8533 229.735C22.6782 228.… 9 <path d="M219.839 312.089V299.332H214.676V297.049H227.732V299.332H222.569V312.089H219.839ZM229.035 … 10 <path d="M504 244.156H117.556V269.232H504V244.156Z" fill="#EEEEEE"/> 11 <path d="M162 244H139V269H162V244Z" fill="#F7B859"/> [all …]
|
/Zephyr-latest/lib/libc/minimal/source/math/ |
D | sqrt.c | 19 double d; member 31 p_square.d = square; in sqrt() 54 root.d = (root.d + square / root.d) * 0.5; in sqrt() 60 return root.d; in sqrt()
|
/Zephyr-latest/drivers/serial/ |
D | uart_native_ptty.c | 87 struct native_uart_status *d; in np_uart_0_init() local 89 d = (struct native_uart_status *)dev->data; in np_uart_0_init() 94 d->in_fd = tty_fn; in np_uart_0_init() 95 d->out_fd = tty_fn; in np_uart_0_init() 97 d->in_fd = np_uart_ptty_get_stdin_fileno(); in np_uart_0_init() 98 d->out_fd = np_uart_ptty_get_stdout_fileno(); in np_uart_0_init() 111 struct native_uart_status *d; in np_uart_1_init() local 114 d = (struct native_uart_status *)dev->data; in np_uart_1_init() 118 d->in_fd = tty_fn; in np_uart_1_init() 119 d->out_fd = tty_fn; in np_uart_1_init() [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/lib/hash/ |
D | hash_func32_djb2.c | 38 const uint8_t *d; in sys_hash32_djb2() local 41 for (hash = 5381, d = str; n > 0; --n, ++d) { in sys_hash32_djb2() 44 hash ^= *d; in sys_hash32_djb2()
|
/Zephyr-latest/boards/shields/st7735r/ |
D | st7735r_ada_160x128.overlay | 39 frmctr1 = [01 2c 2d]; 40 frmctr2 = [01 2c 2d]; 41 frmctr3 = [01 2c 2d 01 2c 2d]; 42 gamctrp1 = [02 1c 07 12 37 32 29 2d 29 25 2b 39 00 01 03 10]; 43 gamctrn1 = [03 1d 07 06 2e 2c 29 2d 2e 2e 37 3f 00 00 02 10];
|