Searched +full:non +full:- +full:uniform (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/dts/bindings/misc/ |
D | zephyr,flash-disk.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "zephyr,flash-disk" 17 disk-name: 23 sector-size: 29 cache-size: 34 adequately chosen. On storage backends with uniform erase-blocks it 35 should be at least the erase-block-size, on storage backends with 36 non-uniform erase-blocks it should be at least the largest 37 erase-block-size. The cache-size property is ignored if the partition 38 is read-only.
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | index.rst | 10 Sensors range from very simple temperature-reading devices that must be polled 16 attempts to provide a uniform interface to them. 19 .. _sensor-using: 25 to understand. Sensors in Zephyr are composed of :ref:`sensor-channel`, 26 :ref:`sensor-attribute`, and :ref:`sensor-trigger`. Attributes and triggers may 31 two ways. A stable and long-lived API :ref:`sensor-fetch-and-get`, or a newer 32 but rapidly stabilizing API :ref:`sensor-read-and-decode`. It's expected that 33 in the near future :ref:`sensor-fetch-and-get` will be deprecated in favor of 34 :ref:`sensor-read-and-decode`. Triggers are handled entirely differently for 35 :ref:`sensor-fetch-and-get` or :ref:`sensor-read-and-decode` and the [all …]
|
/Zephyr-latest/include/zephyr/drivers/ |
D | flash.h | 2 * Copyright (c) 2017-2024 Nordic Semiconductor ASA 5 * SPDX-License-Identifier: Apache-2.0 85 #define FLASH_ERASE_CAPS_UNSET (int)-1 110 return (p->caps.no_explicit_erase) ? 0 : FLASH_ERASE_C_EXPLICIT; in flash_params_get_erase_cap() 135 * the driver, with the driver responsible for ensuring the "write-protect" 136 * after the operation completes (successfully or not) matches the write-protect 146 * the driver, with the driver responsible for ensuring the "erase-protect" 147 * after the operation completes (successfully or not) matches the erase-protect 150 * The callback is optional for RAM non-volatile devices, which do not 176 * A flash device layout is a run-length encoded description of the [all …]
|
/Zephyr-latest/drivers/disk/ |
D | flashdisk.c | 3 * Copyright (c) 2022-2024 Nordic Semiconductor ASA 5 * SPDX-License-Identifier: Apache-2.0 44 (block_size - (start & (block_size - 1))) 58 return ctx->erase_required; in flashdisk_with_erase() 69 ctx->erase_required = in flashdisk_probe_erase() 70 flash_params_get_erase_cap(flash_get_parameters(ctx->info.dev)) & in flashdisk_probe_erase() 79 LOG_DBG("status : %s", disk->dev ? "okay" : "no media"); in disk_flash_access_status() 80 if (!disk->dev) { in disk_flash_access_status() 97 rc = flash_get_page_info_by_offs(ctx->info.dev, ctx->offset, &page); in flashdisk_init_runtime() 103 ctx->page_size = page.size; in flashdisk_init_runtime() [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | tbs.h | 8 * SPDX-License-Identifier: Apache-2.0 153 /** Long-term evolution (LTE) */ 161 /** Code-Division Multiple Access (CDMA) */ 165 /** Wideband Code-Division Multiple Access (WCDMA) */ 470 * @brief The Uniform Caller Identifier of the bearer 472 * See the Uniform Caller Identifiers table in Bluetooth Assigned Numbers 477 * The Uniform Resource Identifiers schemes supported by this bearer as an UTF-8 string 479 * See https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml for possible values. 487 * A GTBS shall be registered before any non-GTBS services. There can only be a single GTBS 528 * @retval -EINVAL @p param contains invalid data [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.4.rst | 20 * Added Power Delivery Source Support to the USB-C Stack. 22 * Cache API functions are now fully in-lined by compilers. 23 * Added an API for real-time clocks (RTC). 29 - Introduction of 3 new test harnesses into twister supporting pyTest, 31 - Transitioning to new Ztest API was completed and legacy Ztest was deprecated. 46 * CVE-2023-1901: Under embargo until 2023-07-04 48 * CVE-2023-1902: Under embargo until 2023-07-04 67 +--------------------------------------------------+ 69 +--------------------------------------------------+ 71 +--------------------------------------------------+ [all …]
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 1 # SPDX-License-Identifier: Apache-2.0 14 # 1. Zephyr-aware extensions 21 # 2. Kconfig-aware extensions 23 # 3. CMake-generic extensions 44 # 1. Zephyr-aware extensions 49 # "zephyr". zephyr is a catch-all CMake library for source files that 52 # [0] https://cmake.org/cmake/help/latest/manual/cmake-buildsystem.7.html 66 # As a very high-level introduction here are two call graphs that are 72 # zephyr_library_compile_options() --> target_compile_options() 75 # zephyr_cc_option() ---> target_cc_option() [all …]
|