Searched full:plain (Results 1 – 25 of 100) sorted by relevance
1234
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/ |
D | response_small.html.bin | 2 Content-Type: text/plain; charset=utf-8 4 Plain-text example.
|
/Zephyr-latest/doc/services/virtualization/ |
D | ivshmem.rst | 19 The two types are supported: a plain shared memory (ivshmem-plain) or a shared 29 Zephyr supports both versions: plain and doorbell. Ivshmem driver can be built 30 by enabling :kconfig:option:`CONFIG_IVSHMEM`. By default, this will expose the plain
|
/Zephyr-latest/tests/drivers/virtualization/ivshmem/plain/src/ |
D | ivshmem.c | 30 zassert_equal(id, 0, "ID should be 0 on ivshmem-plain"); in ZTEST() 38 /* Quickly verifying that non-plain features return proper code */ in ZTEST() 40 zassert_equal(vectors, 0, "ivshmem-plain cannot have vectors"); in ZTEST()
|
/Zephyr-latest/cmake/sca/eclair/ |
D | sca_options.cmake | 19 option(ECLAIR_SUMMARY_TXT "Plain textual summary format" OFF) 22 option(ECLAIR_FULL_TXT "Detailed plain textual format" ON)
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | __aeabi_read_tp.S | 20 * inline assembly, or plain assembly.
|
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_be/src/ |
D | test_suite_invalid_inputs.c | 37 * Test passing NULL reference for the plain text argument 40 * - NULL reference is used for the plain text argument
|
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_le/src/ |
D | test_suite_invalid_inputs.c | 37 * Test passing NULL reference for the plain text argument 40 * - NULL reference is used for the plain text argument
|
/Zephyr-latest/samples/net/sockets/http_get/ |
D | README.rst | 2 :name: HTTP GET using plain sockets 5 Implement an HTTP(S) client using plain BSD sockets.
|
/Zephyr-latest/tests/subsys/rtio/rtio_i2c/include/ |
D | blocking_emul.hpp | 14 * test function. If we use plain function pointers, we have to move the expected value outside
|
/Zephyr-latest/boards/ |
D | Kconfig | 94 int "QEMU ivshmem-plain shared memory size in mega-bytes" 98 This sets the size of the shared memory when using ivshmem-plain
|
/Zephyr-latest/samples/subsys/shell/devmem_load/ |
D | README.md | 42 (It is important to use plain-style hex dump)
|
/Zephyr-latest/.github/workflows/ |
D | release.yml | 60 asset_content_type: text/plain
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_frame.c | 252 if (mhr->src_addr->plain.pan_id != IEEE802154_BROADCAST_PAN_ID) { in validate_mac_command_cfi_to_mhr() 259 if (mhr->dst_addr->plain.addr.short_addr != IEEE802154_BROADCAST_ADDRESS) { in validate_mac_command_cfi_to_mhr() 606 address_field->plain.pan_id = sys_cpu_to_le16(params->dst.pan_id); in generate_addressing_fields() 610 address_field->plain.addr.short_addr = in generate_addressing_fields() 614 sys_memcpy_swap(address_field->plain.addr.ext_addr, params->dst.ext_addr, in generate_addressing_fields() 630 address_field->plain.pan_id = sys_cpu_to_le16(params->pan_id); in generate_addressing_fields() 631 src_addr = &address_field->plain.addr; in generate_addressing_fields() 978 src = mhr->fs->fc.pan_id_comp ? &mhr->src_addr->comp.addr : &mhr->src_addr->plain.addr; in ieee802154_decipher_data_frame()
|
/Zephyr-latest/doc/ |
D | LICENSING.rst | 17 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/COPYING
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_client.rst | 20 either a plain TCP socket (HTTP) or a TLS socket (HTTPS).
|
/Zephyr-latest/tests/net/lib/http_server/core/src/ |
D | main.c | 303 .content_type = "text/plain", 365 .content_type = "text/plain", 375 .content_type = "text/plain", 523 .content_type = "text/plain", 914 "Content-Type: text/plain\r\n" in common_verify_http1_dynamic_post() 1022 "Content-Type: text/plain\r\n" in ZTEST() 1154 "Content-Type: text/plain\r\n" in ZTEST() 1402 "Content-Type: text/plain\r\n" 1776 "Content-Type: text/plain\r\n" in test_http1_dynamic_response_header_none() 1800 {.name = "content-type", .value = "text/plain"}, in test_http2_dynamic_response_header_none() [all …]
|
/Zephyr-latest/scripts/ci/ |
D | upload_test_results_es.py | 26 Flatten ``value`` into a plain dictionary. 64 :return: the ``value`` flattened to a plain dictionary where each key is concatenated from 200 # If the flattered property is a dictionary, convert it to a plain list 208 # Normalize flattening to a plain dictionary.
|
D | tags.yaml | 26 # Note: Prefer plain 'files' patterns where possible. get_maintainer.py
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | adi,max32-pinctrl.yaml | 53 a plain input/output GPIO. Default configuration is input. Output value
|
/Zephyr-latest/samples/net/prometheus/src/ |
D | stats.c | 76 .content_type = "text/plain",
|
/Zephyr-latest/dts/bindings/dma/ |
D | st,stm32-dmamux.yaml | 74 # https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/plain/Bindings…
|
D | st,stm32-bdma.yaml | 93 # https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/plain/Bindings…
|
D | st,stm32-dma-v2bis.yaml | 81 # https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/plain/Bindings…
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_ataes132a_priv.h | 340 * @param aead_op Data structure that includes the plain text buffer to be 369 * The encrypt operation accepts 1 to 32 bytes of plain text as input buffer. 379 * @param pkt Data structure that includes the plain text buffer to be
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_csis.c | 72 LOG_DBG("SIRK type: %s", enc_sirk ? "encrypted" : "plain text"); in csis_sirk_type()
|
1234