Searched refs:plain (Results 1 – 25 of 40) sorted by relevance
12
| /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/samples/net/sockets/dumb_http_server/src/ |
| D | response_small.html.bin | 2 Content-Type: text/plain; charset=utf-8
|
| /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()
|
| D | ieee802154.c | 258 has_pan_id ? ll->plain.addr.ext_addr : ll->comp.addr.ext_addr, in swap_and_set_pkt_ll_addr() 267 &ll->plain.addr.short_addr : &ll->comp.addr.short_addr), in swap_and_set_pkt_ll_addr() 294 struct ieee802154_address_field_plain *dst_plain = &mhr->dst_addr->plain; in ieee802154_check_dst_addr() 422 : dst_addr->plain.addr.short_addr; in ieee802154_recv()
|
| D | ieee802154_mgmt.c | 52 ctx->scan_ctx->pan_id = mpdu->mhr.src_addr->plain.pan_id; in ieee802154_handle_beacon() 58 sys_le16_to_cpu(mpdu->mhr.src_addr->plain.addr.short_addr); in ieee802154_handle_beacon() 62 mpdu->mhr.src_addr->plain.addr.ext_addr, in ieee802154_handle_beacon() 344 mpdu->mhr.dst_addr->plain.pan_id != sys_cpu_to_le16(ctx->pan_id) || in ieee802154_handle_mac_command() 412 mpdu->mhr.dst_addr->plain.pan_id != sys_cpu_to_le16(ctx->pan_id)) { in ieee802154_handle_mac_command()
|
| D | ieee802154_frame.h | 124 struct ieee802154_address_field_plain plain; member
|
| /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/cmake/sca/eclair/ |
| D | sca_options.cmake | 22 option(ECLAIR_FULL_TXT "Detailed plain textual format" ON)
|
| /Zephyr-latest/doc/connectivity/networking/api/ |
| D | http_client.rst | 20 either a plain TCP socket (HTTP) or a TLS socket (HTTPS).
|
| D | mqtt.rst | 21 3.1.0 and 3.1.1. The Zephyr MQTT implementation can be used with either plain
|
| D | coap.rst | 22 is implemented using plain buffers. Users of the API create sockets
|
| /Zephyr-latest/samples/subsys/shell/devmem_load/ |
| D | README.md | 42 (It is important to use plain-style hex dump)
|
| /Zephyr-latest/boards/ |
| D | Kconfig | 93 int "QEMU ivshmem-plain shared memory size in mega-bytes" 97 This sets the size of the shared memory when using ivshmem-plain
|
| /Zephyr-latest/tests/net/ieee802154/l2/src/ |
| D | ieee802154_shell_test.c | 89 zassert_equal(mpdu->mhr.dst_addr->plain.addr.short_addr, IEEE802154_BROADCAST_ADDRESS, in test_beacon_request() 91 zassert_equal(mpdu->mhr.dst_addr->plain.pan_id, IEEE802154_BROADCAST_PAN_ID, in test_beacon_request()
|
| /Zephyr-latest/samples/drivers/fpga/fpga_controller/ |
| D | README.rst | 101 (It is important to use plain-style hex dump)
|
| /Zephyr-latest/doc/ |
| D | LICENSING.rst | 115 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/COPYING
|
| /Zephyr-latest/doc/build/kconfig/ |
| D | extensions.rst | 83 For cases where it's okay for a pattern to match no files (or for a plain
|
| /Zephyr-latest/doc/develop/sca/ |
| D | eclair.rst | 116 * Summary report in plain textual format.
|
| /Zephyr-latest/samples/subsys/zbus/priority_boost/ |
| D | README.rst | 13 plain subscribers should use the priority boost strategy.
|
| /Zephyr-latest/samples/net/mqtt_sn_publisher/ |
| D | README.rst | 17 on any datagram-based transport like UDP, ZigBee or even a plain UART
|
| /Zephyr-latest/subsys/logging/ |
| D | Kconfig.formatting | 39 Use MIPI Sys-T Catalog for logging instead of plain text.
|
| /Zephyr-latest/doc/develop/west/ |
| D | built-in.rst | 163 With a clean working tree, a plain ``west update`` never fails 172 plain ``west update`` does;
|
| /Zephyr-latest/boards/arduino/nano_33_ble/doc/ |
| D | index.rst | 8 plain `BLE`_ type and the `BLE Sense`_ type. The "Sense" variant is distinguished by
|
| /Zephyr-latest/subsys/bluetooth/common/ |
| D | Kconfig | 347 instead of plain-text output. Requires a special application 366 plain-text output. Requires a special application
|
| /Zephyr-latest/doc/build/dts/ |
| D | macros.bnf | 27 ; Bus macros: the plain BUS is a way to access a node's bus controller. 245 ; The "plain vanilla" macro for a property's value, with no prop-suf,
|
12