Home
last modified time | relevance | path

Searched full:plain (Results 1 – 25 of 100) sorted by relevance

1234

/Zephyr-latest/samples/net/sockets/dumb_http_server/src/
Dresponse_small.html.bin2 Content-Type: text/plain; charset=utf-8
4 Plain-text example.
/Zephyr-latest/doc/services/virtualization/
Divshmem.rst19 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/
Divshmem.c30 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/
Dsca_options.cmake19 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.S20 * inline assembly, or plain assembly.
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_be/src/
Dtest_suite_invalid_inputs.c37 * 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/
Dtest_suite_invalid_inputs.c37 * 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/
DREADME.rst2 :name: HTTP GET using plain sockets
5 Implement an HTTP(S) client using plain BSD sockets.
/Zephyr-latest/tests/subsys/rtio/rtio_i2c/include/
Dblocking_emul.hpp14 * test function. If we use plain function pointers, we have to move the expected value outside
/Zephyr-latest/boards/
DKconfig94 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/
DREADME.md42 (It is important to use plain-style hex dump)
/Zephyr-latest/.github/workflows/
Drelease.yml60 asset_content_type: text/plain
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_frame.c252 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/
DLICENSING.rst17 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/COPYING
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_client.rst20 either a plain TCP socket (HTTP) or a TLS socket (HTTPS).
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c303 .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/
Dupload_test_results_es.py26 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.
Dtags.yaml26 # Note: Prefer plain 'files' patterns where possible. get_maintainer.py
/Zephyr-latest/dts/bindings/pinctrl/
Dadi,max32-pinctrl.yaml53 a plain input/output GPIO. Default configuration is input. Output value
/Zephyr-latest/samples/net/prometheus/src/
Dstats.c76 .content_type = "text/plain",
/Zephyr-latest/dts/bindings/dma/
Dst,stm32-dmamux.yaml74 # https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/plain/Bindings…
Dst,stm32-bdma.yaml93 # https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/plain/Bindings…
Dst,stm32-dma-v2bis.yaml81 # https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/plain/Bindings…
/Zephyr-latest/drivers/crypto/
Dcrypto_ataes132a_priv.h340 * @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/
Dbtp_csis.c72 LOG_DBG("SIRK type: %s", enc_sirk ? "encrypted" : "plain text"); in csis_sirk_type()

1234