Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/w1/
Dw1_ds2482-800_channel.c167 .reg_channel = UTIL_CAT(CHSL_IO, DT_INST_REG_ADDR_RAW(inst)), \
168 .reg_channel_rb = UTIL_CAT(CHSL_RB_IO, DT_INST_REG_ADDR_RAW(inst)), \
/Zephyr-latest/include/zephyr/
Ddevicetree.h4502 #define DT_INST_REG_ADDR_RAW(inst) DT_INST_REG_ADDR_BY_IDX_RAW(inst, 0) macro