Searched refs:DT_GPARENT (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-2.7.6/include/devicetree/ |
D | fixed-partitions.h | 78 COND_CODE_1(DT_NODE_HAS_COMPAT(DT_GPARENT(node_id), soc_nv_flash), \ 79 (DT_PARENT(DT_GPARENT(node_id))), \ 80 (DT_GPARENT(node_id)))
|
/Zephyr-Core-2.7.6/drivers/eeprom/ |
D | eeprom_emulator.c | 735 DT_PROP(COND_CODE_1(DT_NODE_HAS_COMPAT(DT_GPARENT(part), soc_nv_flash),\ 736 (DT_GPARENT(part)), (DT_PARENT(part))), write_block_size) 742 COND_CODE_1(DT_NODE_HAS_COMPAT(DT_GPARENT(part), soc_nv_flash), \ 743 (DT_PARENT(DT_GPARENT(part))), (DT_GPARENT(part)))
|
/Zephyr-Core-2.7.6/include/ |
D | devicetree.h | 347 #define DT_GPARENT(node_id) DT_PARENT(DT_PARENT(node_id)) macro
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-2.5.rst | 789 - :c:macro:`DT_GPARENT`
|