Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Driscv_machine_timer.c70 #define MTIMEDIV_REG (DT_INST_REG_ADDR_U64(0) + 4)
71 #define MTIME_REG (DT_INST_REG_ADDR_U64(0) + 8)
72 #define MTIMECMP_REG (DT_INST_REG_ADDR_U64(0) + 16)
/Zephyr-latest/include/zephyr/
Ddevicetree.h4522 #define DT_INST_REG_ADDR_U64(inst) DT_REG_ADDR_U64(DT_DRV_INST(inst)) macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c679 zassert_equal(DT_INST_REG_ADDR_U64(0), 0x9999aaaa, ""); in ZTEST()
718 zassert_equal(DT_INST_REG_ADDR_U64(0), 0xffffffff11223344, ""); in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst976 - :c:macro:`DT_INST_REG_ADDR_U64`