/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 136 struct hawkbit_download dl; member 692 if (hex2bin(artifact->hashes.sha256, SHA256_HASH_SIZE << 1, hb_context->dl.file_hash, in hawkbit_parse_deployment() 693 sizeof(hb_context->dl.file_hash)) != SHA256_HASH_SIZE) { in hawkbit_parse_deployment() 697 hb_context->dl.file_size = artifact->size; in hawkbit_parse_deployment() 699 if (hb_context->dl.file_size > SLOT1_SIZE) { in hawkbit_parse_deployment() 700 LOG_ERR("Artifact file size too big (got %d, max is %d)", hb_context->dl.file_size, in hawkbit_parse_deployment() 887 if (hb_context->dl.http_content_size == 0) { in response_cb() 888 hb_context->dl.http_content_size = rsp->content_length; in response_cb() 895 if ((hb_context->dl.downloaded_size + body_len) > in response_cb() 898 hb_context->dl.downloaded_size + body_len; in response_cb() [all …]
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 123 html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glo… 124 html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glo… 129 html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glo… 134 html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glo… 135 html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glo… 136 html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glo… 137 html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glo… 143 html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glo… 144 html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glo… 145 html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glo… [all …]
|
/Zephyr-latest/tests/subsys/canbus/isotp/conformance/src/ |
D | mode_check.c | 28 .dl = CONFIG_TEST_ISOTP_TX_DL, 36 .dl = CONFIG_TEST_ISOTP_TX_DL,
|
D | main.c | 44 #define FF_PCI_BYTE_1(dl) ((FF_PCI_TYPE << PCI_TYPE_POS) | ((dl) >> 8)) argument 45 #define FF_PCI_BYTE_2(dl) ((dl) & 0xFF) argument 96 .dl = CONFIG_TEST_ISOTP_TX_DL, 103 .dl = CONFIG_TEST_ISOTP_TX_DL, 112 .dl = CONFIG_TEST_ISOTP_TX_DL, 123 .dl = CONFIG_TEST_ISOTP_TX_DL, 133 .dl = CONFIG_TEST_ISOTP_TX_DL, 143 .dl = CONFIG_TEST_ISOTP_TX_DL,
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-zephyr.css | 68 dl.section dd, dl.bug dd, dl.deprecated dd {
|
D | doxygen-awesome.css | 313 body, table, div, p, dl, #nav-tree .label, .title, selector 326 p, div, table, dl, p.reference, p.definition { selector 1270 dl dd > div.fragment, 1271 dl dd pre.fragment, 1274 dl dd > .doxygen-awesome-fragment-wrapper > div.fragment, 1275 dl dd .doxygen-awesome-fragment-wrapper > pre.fragment { 1353 dl warning, attention, note, deprecated, bug, ... 1356 dl.bug dt a, dl.deprecated dt a, dl.todo dt a { 1360 dl.warning, dl.attention, dl.note, dl.deprecated, dl.bug, dl.invariant, dl.pre, dl.post, dl.todo, d… 1369 dl.section dd { [all …]
|
/Zephyr-latest/samples/subsys/canbus/isotp/src/ |
D | main.c | 22 .dl = 64, 35 .dl = 64,
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | isotp.c | 232 uint32_t len = MIN(rctx->length, rctx->opts.bs * (rctx->rx_addr.dl - 1)); in receive_alloc_buffer() 419 rctx->rx_addr.dl = can_dl; in process_ff_sf() 526 if (can_dl != rctx->rx_addr.dl && rctx->length > can_dl - index) { in process_cf() 920 if (len > sctx->tx_addr.dl - index) { in send_sf() 956 frame.dlc = can_bytes_to_dlc(sctx->tx_addr.dl); in send_ff() 979 pull_send_ctx_data(sctx, sctx->tx_addr.dl - index); in send_ff() 980 memcpy(&frame.data[index], data, sctx->tx_addr.dl - index); in send_ff() 1005 len = MIN(rem_len, sctx->tx_addr.dl - index); in send_cf() 1231 switch (sctx->tx_addr.dl) { in send() 1234 sctx->tx_addr.dl = 8; in send() [all …]
|
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/ |
D | README | 11 http://dl.altera.com/?edition=lite
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | hardwaremap.py | 431 dl = [] 446 dl.append(d) 448 yaml.dump(dl, yaml_file, Dumper=Dumper, default_flow_style=False)
|
/Zephyr-latest/include/zephyr/canbus/ |
D | isotp.h | 192 uint8_t dl; member
|
/Zephyr-latest/drivers/serial/ |
D | uart_lpc11u6x.c | 81 uint32_t div = 1, mul, dl; in lpc11u6x_uart0_config_baudrate() local 93 dl = pclk / (16 * baudrate + 16 * baudrate / mul); in lpc11u6x_uart0_config_baudrate() 96 lpc11u6x_uart0_write_divisor(cfg->uart0, dl); in lpc11u6x_uart0_config_baudrate()
|
/Zephyr-latest/boards/qemu/nios2/doc/ |
D | index.rst | 125 .. _Altera Lite Distribution: http://dl.altera.com/?edition=lite
|
/Zephyr-latest/boards/espressif/esp_wrover_kit/doc/ |
D | index.rst | 71 | | <https://dl.espressif.com/dl/schematics/ESP-WROVER-KIT_V4_1.pdf>`_. | 135 | | <https://dl.espressif.com/dl/schematics/ESP-WROVER-KIT_V4_1.pdf>`_. |
|
/Zephyr-latest/boards/ti/msp_exp432p401r_launchxl/doc/ |
D | index.rst | 59 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 205 const container = document.createElement('dl'); 256 const props = document.createElement('dl');
|
/Zephyr-latest/boards/ti/sk_am62/doc/ |
D | index.rst | 146 …https://software-dl.ti.com/mcu-plus-sdk/esd/AM62X/08_06_00_18/exports/docs/api_guide_am62x/EVM_SET…
|
/Zephyr-latest/boards/ti/cc1352p1_launchxl/doc/ |
D | index.rst | 137 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
|
/Zephyr-latest/boards/ti/cc1352r1_launchxl/doc/ |
D | index.rst | 137 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
|
/Zephyr-latest/boards/ti/cc26x2r1_launchxl/doc/ |
D | index.rst | 143 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
|
/Zephyr-latest/boards/ti/cc1352p7_launchpad/doc/ |
D | index.rst | 138 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
|
/Zephyr-latest/boards/ti/cc1352r_sensortag/doc/ |
D | index.rst | 158 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
|
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/doc/ |
D | index.rst | 610 .. _`ESP32-Ethernet-Kit V1.2 Ethernet Board (A) Schematic`: https://dl.espressif.com/dl/schematics/…
|
/Zephyr-latest/boards/ti/cc3220sf_launchxl/doc/ |
D | index.rst | 115 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
|
/Zephyr-latest/boards/ti/cc3235sf_launchxl/doc/ |
D | index.rst | 115 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
|