Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nordic/common/
Ddmm.h37 #define DMM_REG_ALIGN_SIZE(node_id) \ macro
43 #define DMM_REG_ALIGN_SIZE(node_id) (sizeof(uint8_t))
50 #define DMM_ALIGN_SIZE(node_id) DMM_REG_ALIGN_SIZE(DT_PHANDLE(node_id, memory_regions))
Ddmm.c26 .dt_align = DMM_REG_ALIGN_SIZE(node_id), \