Home
last modified time | relevance | path

Searched full:mutable (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/dts/bindings/base/
Dmutable.yaml4 # Properties for Mutable devices
7 zephyr,mutable:
/Zephyr-latest/kernel/
DKconfig.device23 bool "Mutable devices [EXPERIMENTAL]"
26 Support mutable devices. Mutable devices are instantiated in SRAM
/Zephyr-latest/tests/drivers/console_switching/boards/
Dqemu_riscv64.overlay28 zephyr,mutable;
35 zephyr,mutable;
/Zephyr-latest/dts/bindings/misc/
Dzephyr,devmux.yaml8 include: [base.yaml, mutable.yaml]
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dpower_management.rst10 channel states are mutable using :ref:`sensor-attribute`. While total device suspending and resume
Dattributes.rst7 mutable properties of a sensor and its channels.
/Zephyr-latest/boards/mediatek/mt8196/
Dmt8196_adsp.dts46 * interrupts to groups is mutable is an open question, the
/Zephyr-latest/include/zephyr/sys/
Dspsc_lockfree.h66 /* producer mutable, consumer readable */
69 /* consumer mutable, producer readable */
/Zephyr-latest/drivers/misc/devmux/
Ddevmux.c161 "devmux nodes must contain the 'zephyr,mutable' property"); \
/Zephyr-latest/include/zephyr/llext/
Dsymbol.h64 * for linking. These are mutable and should come from extensions where
/Zephyr-latest/drivers/watchdog/
Dwdt_wwdgt_gd32.c31 /* mutable driver data */
/Zephyr-latest/drivers/stepper/ti/
Ddrv8424.c42 * This structure contains mutable data used by a DRV8424 stepper driver.
/Zephyr-latest/arch/x86/
DKconfig312 mutable.
/Zephyr-latest/include/zephyr/zbus/
Dzbus.h26 * @brief Type used to represent a channel mutable data.
108 /** Mutable channel data struct. */
156 /** Mutable observer data struct. */
/Zephyr-latest/include/zephyr/
Ddevice.h51 /** @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/
Dieee802154.h392 * @details This lock guards all mutable context attributes unless
/Zephyr-latest/scripts/build/
Dgen_relocate_app.py221 custom regions and instead be placed in the default. In particular, mutable
/Zephyr-latest/doc/kernel/drivers/
Dindex.rst98 split into read-only and runtime-mutable parts. At a high level we have:
/Zephyr-latest/drivers/i2c/
Di2c_numaker.c686 /* Clean mutable context */ in i2c_numaker_init()
/Zephyr-latest/
D.ruff-excludes.toml344 "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/
Dudc_numaker.c143 /* Mutable device context */
/Zephyr-latest/drivers/usb/device/
Dusb_dc_numaker.c148 /* Mutable device context */
/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_numaker.c229 * @brief Mutable device context
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c1823 * (which are mutable) as the set of page tables for the default in arch_mem_domain_init()
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst2172 immutable config in iterable sections in Flash and the mutable portion of data in the RAM.

12