Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/
Ddevicetree.h2438 DT_U32_C(DT_REG_ADDR_BY_IDX_RAW(node_id, idx))
2452 DT_U32_C(DT_CAT4(node_id, _REG_IDX_, idx, _VAL_SIZE))
2491 DT_U32_C(DT_CAT4(node_id, _REG_NAME_, name, _VAL_ADDRESS))
2527 DT_U32_C(DT_CAT4(node_id, _REG_NAME_, name, _VAL_SIZE))
5308 #define DT_U32_C(_v) (_v) macro
5310 #define DT_U32_C(_v) UINT32_C(_v) macro