Searched refs:read_only (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | mem_window.c | 30 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/ |
D | mem_window.h | 42 bool read_only; member
|
/Zephyr-latest/include/zephyr/fs/ |
D | fs.h | 205 | (DT_PROP(node_id, read_only) ? FS_MOUNT_FLAG_READ_ONLY : 0) \
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_simulator.c | 209 .readonly = DT_INST_PROP(0, read_only),
|
D | eeprom_mb85rcxx.c | 227 .readonly = DT_INST_PROP(inst, read_only)}; \
|
D | eeprom_mb85rsxx.c | 311 .readonly = DT_INST_PROP(inst, read_only), \
|
D | eeprom_emulator.c | 761 DT_INST_PROP(n, read_only) || \ 762 DT_PROP(EEPROM_PARTITION(n), read_only)
|
D | eeprom_at2x.c | 642 .readonly = DT_PROP(INST_DT_AT2X(n, t), read_only), \
|
/Zephyr-latest/drivers/disk/ |
D | flashdisk.c | 476 #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/ |
D | edtlib.py | 1137 def read_only(self) -> bool: member in Node
|