Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/
Ddevicetree.h4423 #define DT_INST_REG_ADDR_BY_IDX_RAW(inst, idx) DT_REG_ADDR_BY_IDX_RAW(DT_DRV_INST(inst), idx) macro
4502 #define DT_INST_REG_ADDR_RAW(inst) DT_INST_REG_ADDR_BY_IDX_RAW(inst, 0)