Searched refs:plain (Results 1 – 25 of 39) sorted by relevance
12
/Zephyr-Core-3.7.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.7.0/samples/net/sockets/dumb_http_server/src/ |
D | response_small.html.bin | 2 Content-Type: text/plain; charset=utf-8
|
/Zephyr-Core-3.7.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()
|
D | ieee802154.c | 259 addr->addr = has_pan_id ? ll->plain.addr.ext_addr : ll->comp.addr.ext_addr; in swap_and_set_pkt_ll_addr() 264 addr->addr = (uint8_t *)(has_pan_id ? &ll->plain.addr.short_addr in swap_and_set_pkt_ll_addr() 292 struct ieee802154_address_field_plain *dst_plain = &mhr->dst_addr->plain; in ieeee802154_check_dst_addr() 420 : 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() 342 mpdu->mhr.dst_addr->plain.pan_id != sys_cpu_to_le16(ctx->pan_id) || in ieee802154_handle_mac_command() 410 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-Core-3.7.0/doc/ |
D | LICENSING.rst | 17 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/COPYING
|
/Zephyr-Core-3.7.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.7.0/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-Core-3.7.0/samples/subsys/shell/devmem_load/ |
D | README.md | 42 (It is important to use plain-style hex dump)
|
/Zephyr-Core-3.7.0/boards/ |
D | Kconfig | 92 int "QEMU ivshmem-plain shared memory size in mega-bytes" 96 This sets the size of the shared memory when using ivshmem-plain
|
/Zephyr-Core-3.7.0/boards/heltec/heltec_wifi_lora32_v2/ |
D | heltec_wifi_lora32_v2_procpu.dts | 110 /* the board is using plain d0wd SoC part without the flash
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/samples/drivers/fpga/fpga_controller/ |
D | README.rst | 101 (It is important to use plain-style hex dump)
|
/Zephyr-Core-3.7.0/samples/net/mqtt_sn_publisher/ |
D | README.rst | 17 on any datagram-based transport like UDP, ZigBee or even a plain UART
|
/Zephyr-Core-3.7.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
|
/Zephyr-Core-3.7.0/samples/subsys/zbus/priority_boost/ |
D | README.rst | 13 plain subscribers should use the priority boost strategy.
|
/Zephyr-Core-3.7.0/subsys/logging/ |
D | Kconfig.formatting | 39 Use MIPI Sys-T Catalog for logging instead of plain text.
|
/Zephyr-Core-3.7.0/subsys/bluetooth/common/ |
D | Kconfig | 288 instead of plain-text output. Requires a special application 307 plain-text output. Requires a special application
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/boards/arduino/nano_33_ble/doc/ |
D | index.rst | 11 plain `BLE`_ type and the `BLE Sense`_ type. The "Sense" variant is distinguished by
|
/Zephyr-Core-3.7.0/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,
|
/Zephyr-Core-3.7.0/cmake/emu/ |
D | qemu.cmake | 349 -device ivshmem-plain,memdev=hostmem
|
12