Searched full:plain (Results 1 – 25 of 86) sorted by relevance
1234
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/boards/ |
D | Kconfig | 86 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/ |
D | LICENSING.rst | 17 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/COPYING
|
/Zephyr-Core-3.6.0/.github/workflows/ |
D | release.yml | 60 asset_content_type: text/plain
|
/Zephyr-Core-3.6.0/samples/subsys/shell/devmem_load/ |
D | README.md | 42 (It is important to use plain-style hex dump)
|
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/ |
D | http.rst | 20 either a plain TCP socket (HTTP) or a TLS socket (HTTPS).
|
D | coap_client.rst | 18 the socket. Plain UDP or DTLS sockets are supported.
|
/Zephyr-Core-3.6.0/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() 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/ |
D | tags.yaml | 26 # Note: Prefer plain 'files' patterns where possible. get_maintainer.py
|
/Zephyr-Core-3.6.0/dts/bindings/dma/ |
D | st,stm32-dmamux.yaml | 77 # 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…
|
D | st,stm32-dma-v1.yaml | 83 # https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/plain/Bindings…
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/dts/bindings/pinctrl/ |
D | st,stm32-pinctrl.yaml | 71 a plain input/output GPIO. Default configuration is input. Output value
|
D | st,stm32f1-pinctrl.yaml | 75 a plain output GPIO, which configuration can be set by adding 'ouptut-low' or
|
/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/pinctrl/ |
D | stm32-pinctrl.h | 110 /* GPIO plain output value */
|
D | stm32f1-pinctrl.h | 112 /* GPIO plain output value */
|
/Zephyr-Core-3.6.0/doc/_extensions/zephyr/ |
D | warnings_filter.py | 14 plain-text file where each line consists of a regular expression. Any lines
|
/Zephyr-Core-3.6.0/doc/build/kconfig/ |
D | extensions.rst | 83 For cases where it's okay for a pattern to match no files (or for a plain
|
1234