Home
last modified time | relevance | path

Searched refs:plain (Results 1 – 25 of 39) sorted by relevance

12

/Zephyr-Core-3.7.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.7.0/samples/net/sockets/dumb_http_server/src/
Dresponse_small.html.bin2 Content-Type: text/plain; charset=utf-8
/Zephyr-Core-3.7.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()
Dieee802154.c259 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()
Dieee802154_mgmt.c52 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()
Dieee802154_frame.h124 struct ieee802154_address_field_plain plain; member
/Zephyr-Core-3.7.0/doc/
DLICENSING.rst17 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/COPYING
/Zephyr-Core-3.7.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.7.0/doc/connectivity/networking/api/
Dhttp_client.rst20 either a plain TCP socket (HTTP) or a TLS socket (HTTPS).
Dmqtt.rst21 3.1.0 and 3.1.1. The Zephyr MQTT implementation can be used with either plain
Dcoap.rst22 is implemented using plain buffers. Users of the API create sockets
/Zephyr-Core-3.7.0/samples/subsys/shell/devmem_load/
DREADME.md42 (It is important to use plain-style hex dump)
/Zephyr-Core-3.7.0/boards/
DKconfig92 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/
Dheltec_wifi_lora32_v2_procpu.dts110 /* the board is using plain d0wd SoC part without the flash
/Zephyr-Core-3.7.0/tests/net/ieee802154/l2/src/
Dieee802154_shell_test.c89 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/
DREADME.rst101 (It is important to use plain-style hex dump)
/Zephyr-Core-3.7.0/samples/net/mqtt_sn_publisher/
DREADME.rst17 on any datagram-based transport like UDP, ZigBee or even a plain UART
/Zephyr-Core-3.7.0/doc/build/kconfig/
Dextensions.rst83 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/
DREADME.rst13 plain subscribers should use the priority boost strategy.
/Zephyr-Core-3.7.0/subsys/logging/
DKconfig.formatting39 Use MIPI Sys-T Catalog for logging instead of plain text.
/Zephyr-Core-3.7.0/subsys/bluetooth/common/
DKconfig288 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/
Dbuilt-in.rst163 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/
Dindex.rst11 plain `BLE`_ type and the `BLE Sense`_ type. The "Sense" variant is distinguished by
/Zephyr-Core-3.7.0/doc/build/dts/
Dmacros.bnf27 ; 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/
Dqemu.cmake349 -device ivshmem-plain,memdev=hostmem

12