Home
last modified time | relevance | path

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

1234

/Zephyr-Core-3.6.0/samples/net/sockets/dumb_http_server/src/
Dresponse_small.html.bin2 Content-Type: text/plain; charset=utf-8
4 Plain-text example.
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/samples/net/sockets/http_get/
DREADME.rst2 :name: HTTP GET using plain sockets
5 Implement an HTTP(S) client using plain BSD sockets.
/Zephyr-Core-3.6.0/boards/
DKconfig86 int "QEMU ivshmem-plain shared memory size in mega-bytes"
90 This sets the size of the shared memory when using ivshmem-plain
/Zephyr-Core-3.6.0/doc/
DLICENSING.rst17 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/COPYING
/Zephyr-Core-3.6.0/.github/workflows/
Drelease.yml60 asset_content_type: text/plain
/Zephyr-Core-3.6.0/samples/subsys/shell/devmem_load/
DREADME.md42 (It is important to use plain-style hex dump)
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/
Dhttp.rst20 either a plain TCP socket (HTTP) or a TLS socket (HTTPS).
Dcoap_client.rst18 the socket. Plain UDP or DTLS sockets are supported.
/Zephyr-Core-3.6.0/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()
602 address_field->plain.pan_id = sys_cpu_to_le16(params->dst.pan_id); in generate_addressing_fields()
606 address_field->plain.addr.short_addr = in generate_addressing_fields()
610 sys_memcpy_swap(address_field->plain.addr.ext_addr, params->dst.ext_addr, in generate_addressing_fields()
627 address_field->plain.pan_id = sys_cpu_to_le16(params->pan_id); in generate_addressing_fields()
628 src_addr = &address_field->plain.addr; in generate_addressing_fields()
/Zephyr-Core-3.6.0/scripts/ci/
Dtags.yaml26 # Note: Prefer plain 'files' patterns where possible. get_maintainer.py
/Zephyr-Core-3.6.0/dts/bindings/dma/
Dst,stm32-dmamux.yaml77 # 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…
Dst,stm32-dma-v1.yaml83 # https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/plain/Bindings…
/Zephyr-Core-3.6.0/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-Core-3.6.0/dts/bindings/pinctrl/
Dst,stm32-pinctrl.yaml71 a plain input/output GPIO. Default configuration is input. Output value
Dst,stm32f1-pinctrl.yaml75 a plain output GPIO, which configuration can be set by adding 'ouptut-low' or
/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/pinctrl/
Dstm32-pinctrl.h110 /* GPIO plain output value */
Dstm32f1-pinctrl.h112 /* GPIO plain output value */
/Zephyr-Core-3.6.0/doc/_extensions/zephyr/
Dwarnings_filter.py14 plain-text file where each line consists of a regular expression. Any lines
/Zephyr-Core-3.6.0/doc/build/kconfig/
Dextensions.rst83 For cases where it's okay for a pattern to match no files (or for a plain

1234