Searched refs:dl (Results 1 – 14 of 14) sorted by relevance
/Zephyr-Core-2.7.6/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 85 struct hawkbit_download dl; member 537 hb_context.dl.file_hash, sizeof(hb_context.dl.file_hash)) != in hawkbit_parse_deployment() 685 if (hb_context.dl.http_content_size == 0) { in response_cb() 686 hb_context.dl.http_content_size = rsp->content_length; in response_cb() 693 if ((hb_context.dl.downloaded_size + body_len) > response_buffer_size) { in response_cb() 706 strncpy(hb_context.response_data + hb_context.dl.downloaded_size, in response_cb() 708 hb_context.dl.downloaded_size += body_len; in response_cb() 712 if (hb_context.dl.http_content_size != hb_context.dl.downloaded_size) { in response_cb() 714 hb_context.dl.http_content_size, in response_cb() 715 hb_context.dl.downloaded_size); in response_cb() [all …]
|
/Zephyr-Core-2.7.6/soc/nios2/nios2f-zephyr/cpu/ |
D | README | 11 http://dl.altera.com/?edition=lite
|
/Zephyr-Core-2.7.6/doc/_static/css/ |
D | custom.css | 117 .rst-content dl:not(.docutils) dt { 122 .rst-content dl:not(.docutils) dl dt { 148 .rst-content dl:not(.docutils) dt a.headerlink { 151 .rst-content dl:not(.docutils) dt a.headerlink:visited { 485 .highlight .dl /* Literal.String.Delimiter */, 844 .rst-content .section > dl > dd { 853 .rst-content dl:not(.docutils) dl:not(.rst-other-versions) dt {
|
/Zephyr-Core-2.7.6/tests/subsys/canbus/isotp/conformance/src/ |
D | main.c | 25 #define FF_PCI_BYTE_1(dl) ((FF_PCI_TYPE << PCI_TYPE_POS) | ((dl) >> 8)) argument 26 #define FF_PCI_BYTE_2(dl) ((dl) & 0xFF) argument
|
/Zephyr-Core-2.7.6/drivers/serial/ |
D | uart_lpc11u6x.c | 84 uint32_t div = 1, mul, dl; in lpc11u6x_uart0_config_baudrate() local 96 dl = pclk / (16 * baudrate + 16 * baudrate / mul); in lpc11u6x_uart0_config_baudrate() 99 lpc11u6x_uart0_write_divisor(cfg->uart0, dl); in lpc11u6x_uart0_config_baudrate()
|
/Zephyr-Core-2.7.6/boards/nios2/qemu_nios2/doc/ |
D | index.rst | 136 .. _Altera Lite Distribution: http://dl.altera.com/?edition=lite
|
/Zephyr-Core-2.7.6/boards/arm/cc1352r1_launchxl/doc/ |
D | index.rst | 139 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
|
/Zephyr-Core-2.7.6/boards/arm/cc26x2r1_launchxl/doc/ |
D | index.rst | 145 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
|
/Zephyr-Core-2.7.6/boards/arm/cc1352r_sensortag/doc/ |
D | index.rst | 161 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
|
/Zephyr-Core-2.7.6/boards/xtensa/esp32/doc/ |
D | index.rst | 260 .. _`ESP-WROVER-32 V3 Getting Started Guide`: https://dl.espressif.com/doc/esp-idf/latest/get-start…
|
/Zephyr-Core-2.7.6/boards/arm/cc3235sf_launchxl/doc/ |
D | index.rst | 146 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
|
/Zephyr-Core-2.7.6/boards/nios2/altera_max10/doc/ |
D | index.rst | 334 .. _Altera Lite Distribution: http://dl.altera.com/?edition=lite
|
/Zephyr-Core-2.7.6/boards/arm/cc3220sf_launchxl/doc/ |
D | index.rst | 146 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
|
/Zephyr-Core-2.7.6/scripts/pylib/twister/ |
D | twisterlib.py | 4161 dl = [] 4176 dl.append(d) 4178 yaml.dump(dl, yaml_file, Dumper=Dumper, default_flow_style=False)
|