Searched full:mutable (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-latest/dts/bindings/base/ |
D | mutable.yaml | 4 # Properties for Mutable devices 7 zephyr,mutable:
|
/Zephyr-latest/kernel/ |
D | Kconfig.device | 23 bool "Mutable devices [EXPERIMENTAL]" 26 Support mutable devices. Mutable devices are instantiated in SRAM
|
/Zephyr-latest/tests/drivers/console_switching/boards/ |
D | qemu_riscv64.overlay | 28 zephyr,mutable; 35 zephyr,mutable;
|
/Zephyr-latest/dts/bindings/misc/ |
D | zephyr,devmux.yaml | 8 include: [base.yaml, mutable.yaml]
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | power_management.rst | 10 channel states are mutable using :ref:`sensor-attribute`. While total device suspending and resume
|
D | attributes.rst | 7 mutable properties of a sensor and its channels.
|
/Zephyr-latest/boards/mediatek/mt8196/ |
D | mt8196_adsp.dts | 46 * interrupts to groups is mutable is an open question, the
|
/Zephyr-latest/include/zephyr/sys/ |
D | spsc_lockfree.h | 66 /* producer mutable, consumer readable */ 69 /* consumer mutable, producer readable */
|
/Zephyr-latest/drivers/misc/devmux/ |
D | devmux.c | 161 "devmux nodes must contain the 'zephyr,mutable' property"); \
|
/Zephyr-latest/include/zephyr/llext/ |
D | symbol.h | 64 * for linking. These are mutable and should come from extensions where
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_wwdgt_gd32.c | 31 /* mutable driver data */
|
/Zephyr-latest/drivers/stepper/ti/ |
D | drv8424.c | 42 * This structure contains mutable data used by a DRV8424 stepper driver.
|
/Zephyr-latest/arch/x86/ |
D | Kconfig | 312 mutable.
|
/Zephyr-latest/include/zephyr/zbus/ |
D | zbus.h | 26 * @brief Type used to represent a channel mutable data. 108 /** Mutable channel data struct. */ 156 /** Mutable observer data struct. */
|
/Zephyr-latest/include/zephyr/ |
D | device.h | 51 /** @brief Determine if a DT node is mutable */ 131 * @param data Pointer to the device's private mutable data, which will be 193 * @param data Pointer to the device's private mutable data, which will be
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154.h | 392 * @details This lock guards all mutable context attributes unless
|
/Zephyr-latest/scripts/build/ |
D | gen_relocate_app.py | 221 custom regions and instead be placed in the default. In particular, mutable
|
/Zephyr-latest/doc/kernel/drivers/ |
D | index.rst | 98 split into read-only and runtime-mutable parts. At a high level we have:
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_numaker.c | 686 /* Clean mutable context */ in i2c_numaker_init()
|
/Zephyr-latest/ |
D | .ruff-excludes.toml | 344 "B006", # https://docs.astral.sh/ruff/rules/mutable-argument-default 545 "B006", # https://docs.astral.sh/ruff/rules/mutable-argument-default 583 "B006", # https://docs.astral.sh/ruff/rules/mutable-argument-default
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_numaker.c | 143 /* Mutable device context */
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_numaker.c | 148 /* Mutable device context */
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ucpd_numaker.c | 229 * @brief Mutable device context
|
/Zephyr-latest/arch/x86/core/ |
D | x86_mmu.c | 1823 * (which are mutable) as the set of page tables for the default in arch_mem_domain_init()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 2172 immutable config in iterable sections in Flash and the mutable portion of data in the RAM.
|
12