Home
last modified time | relevance | path

Searched refs:dl (Results 1 – 25 of 25) sorted by relevance

/Zephyr-Core-3.7.0/subsys/mgmt/hawkbit/
Dhawkbit.c125 struct hawkbit_download dl; member
655 if (hex2bin(artifact->hashes.sha256, SHA256_HASH_SIZE << 1, hb_context.dl.file_hash, in hawkbit_parse_deployment()
656 sizeof(hb_context.dl.file_hash)) != SHA256_HASH_SIZE) { in hawkbit_parse_deployment()
878 if (hb_context.dl.http_content_size == 0) { in response_cb()
879 hb_context.dl.http_content_size = rsp->content_length; in response_cb()
886 if ((hb_context.dl.downloaded_size + body_len) > response_buffer_size) { in response_cb()
897 strncpy(hb_context.response_data + hb_context.dl.downloaded_size, body_data, in response_cb()
899 hb_context.dl.downloaded_size += body_len; in response_cb()
903 if (hb_context.dl.http_content_size != hb_context.dl.downloaded_size) { in response_cb()
905 hb_context.dl.http_content_size, in response_cb()
[all …]
/Zephyr-Core-3.7.0/tests/subsys/canbus/isotp/conformance/src/
Dmode_check.c28 .dl = CONFIG_TEST_ISOTP_TX_DL,
36 .dl = CONFIG_TEST_ISOTP_TX_DL,
Dmain.c44 #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-Core-3.7.0/doc/_doxygen/
Ddoxygen-awesome-zephyr.css68 dl.section dd, dl.bug dd, dl.deprecated dd {
Ddoxygen-awesome.css313 body, table, div, p, dl, #nav-tree .label, .title, selector
326 p, div, table, dl, p.reference, p.definition { selector
1264 dl dd > div.fragment,
1265 dl dd pre.fragment,
1268 dl dd > .doxygen-awesome-fragment-wrapper > div.fragment,
1269 dl dd .doxygen-awesome-fragment-wrapper > pre.fragment {
1347 dl warning, attention, note, deprecated, bug, ...
1350 dl.bug dt a, dl.deprecated dt a, dl.todo dt a {
1354 dl.warning, dl.attention, dl.note, dl.deprecated, dl.bug, dl.invariant, dl.pre, dl.post, dl.todo, d…
1363 dl.section dd {
[all …]
/Zephyr-Core-3.7.0/boards/espressif/esp32_ethernet_kit/doc/
Dindex.rst108 …`ESP32-Ethernet-Kit V1.2 Ethernet board (A) Schematic <https://dl.espressif.com/dl/schematics/SCH_…
228 …`ESP32-Ethernet-Kit V1.2 Ethernet board (A) Schematic <https://dl.espressif.com/dl/schematics/SCH_…
270 `ESP32-Ethernet-Kit V1.2 Ethernet board (A) Schematic <https://dl.espressif.com/dl/schematics/SCH_E…
414 …`ESP32-Ethernet-Kit V1.2 Ethernet board (A) Schematic <https://dl.espressif.com/dl/schematics/SCH_…
621 * `ESP32-Ethernet-Kit V1.2 Ethernet Board (A) Schematic <https://dl.espressif.com/dl/schematics/SCH…
622 * `ESP32-Ethernet-Kit PoE Board (B) Schematic <https://dl.espressif.com/dl/schematics/SCH_ESP32-ETH…
623 * `ESP32-Ethernet-Kit V1.2 Ethernet Board (A) PCB Layout <https://dl.espressif.com/dl/schematics/PC…
624 * `ESP32-Ethernet-Kit PoE Board (B) PCB Layout <https://dl.espressif.com/dl/schematics/PCB_ESP32-Et…
/Zephyr-Core-3.7.0/samples/subsys/canbus/isotp/src/
Dmain.c22 .dl = 64,
35 .dl = 64,
/Zephyr-Core-3.7.0/subsys/canbus/isotp/
Disotp.c232 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-Core-3.7.0/soc/altr/zephyr_nios2f/cpu/
DREADME11 http://dl.altera.com/?edition=lite
/Zephyr-Core-3.7.0/doc/_static/css/
Dcustom.css117 .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 {
395 .highlight .dl /* Literal.String.Delimiter */,
475 .rst-content :not(dl.option-list) > :not(dt):not(kbd):not(.kbd) > kbd,
476 .rst-content :not(dl.option-list) > :not(dt):not(kbd):not(.kbd) > .kbd {
785 .rst-content .section > dl > dd {
794 .rst-content dl:not(.docutils) dl:not(.rst-other-versions) dt {
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Dhardwaremap.py381 dl = []
396 dl.append(d)
398 yaml.dump(dl, yaml_file, Dumper=Dumper, default_flow_style=False)
/Zephyr-Core-3.7.0/include/zephyr/canbus/
Disotp.h192 uint8_t dl; member
/Zephyr-Core-3.7.0/boards/espressif/esp_wrover_kit/doc/
Dindex.rst72 | | <https://dl.espressif.com/dl/schematics/ESP-WROVER-KIT_V4_1.pdf>`_. |
136 | | <https://dl.espressif.com/dl/schematics/ESP-WROVER-KIT_V4_1.pdf>`_. |
657 .. _ESP-WROVER-KIT V4.1 schematics: https://dl.espressif.com/dl/schematics/ESP-WROVER-KIT_V4_1.pdf …
658 .. _ESP-WROVER-KIT V4.1 layout: https://dl.espressif.com/dl/schematics/ESP-WROVER-KIT_V4.1.dxf (DXF)
/Zephyr-Core-3.7.0/drivers/serial/
Duart_lpc11u6x.c81 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-Core-3.7.0/boards/qemu/nios2/doc/
Dindex.rst128 .. _Altera Lite Distribution: http://dl.altera.com/?edition=lite
/Zephyr-Core-3.7.0/boards/ti/msp_exp432p401r_launchxl/doc/
Dindex.rst66 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
/Zephyr-Core-3.7.0/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs205 const container = document.createElement('dl');
256 const props = document.createElement('dl');
/Zephyr-Core-3.7.0/boards/ti/sk_am62/doc/
Dindex.rst153 …https://software-dl.ti.com/mcu-plus-sdk/esd/AM62X/08_06_00_18/exports/docs/api_guide_am62x/EVM_SET…
/Zephyr-Core-3.7.0/boards/ti/cc1352p7_launchpad/doc/
Dindex.rst147 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
/Zephyr-Core-3.7.0/boards/ti/cc1352r1_launchxl/doc/
Dindex.rst146 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
/Zephyr-Core-3.7.0/boards/ti/cc1352p1_launchxl/doc/
Dindex.rst147 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
/Zephyr-Core-3.7.0/boards/ti/cc26x2r1_launchxl/doc/
Dindex.rst152 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
/Zephyr-Core-3.7.0/boards/ti/cc1352r_sensortag/doc/
Dindex.rst167 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
/Zephyr-Core-3.7.0/boards/ti/cc3220sf_launchxl/doc/
Dindex.rst118 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
/Zephyr-Core-3.7.0/boards/ti/cc3235sf_launchxl/doc/
Dindex.rst118 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…