Home
last modified time | relevance | path

Searched refs:read_only (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/soc/intel/intel_adsp/common/
Dmem_window.c30 if (config->read_only) { in mem_win_init()
53 .read_only = DT_PROP(MEM_WINDOW_NODE(n), read_only), \
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dmem_window.h42 bool read_only; member
/Zephyr-latest/include/zephyr/fs/
Dfs.h205 | (DT_PROP(node_id, read_only) ? FS_MOUNT_FLAG_READ_ONLY : 0) \
/Zephyr-latest/drivers/eeprom/
Deeprom_simulator.c209 .readonly = DT_INST_PROP(0, read_only),
Deeprom_mb85rcxx.c227 .readonly = DT_INST_PROP(inst, read_only)}; \
Deeprom_mb85rsxx.c311 .readonly = DT_INST_PROP(inst, read_only), \
Deeprom_emulator.c761 DT_INST_PROP(n, read_only) || \
762 DT_PROP(EEPROM_PARTITION(n), read_only)
Deeprom_at2x.c642 .readonly = DT_PROP(INST_DT_AT2X(n, t), read_only), \
/Zephyr-latest/drivers/disk/
Dflashdisk.c476 #define CACHE_SIZE(n) (DT_INST_PROP(n, cache_size) * !DT_PROP(PARTITION_PHANDLE(n), read_only))
501 COND_CODE_1(DT_PROP(PARTITION_PHANDLE(n), read_only), \
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py1137 def read_only(self) -> bool: member in Node