Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/ipc/
Dpbuf.h115 #define PBUF_CFG_INIT(mem_addr, size, dcache_align) \ macro
155 PBUF_CFG_INIT(mem_addr, size, dcache_align); \
/Zephyr-latest/tests/subsys/ipc/pbuf/src/
Dmain.c51 static PBUF_MAYBE_CONST struct pbuf_cfg cfg = PBUF_CFG_INIT(memory_area, MEM_AREA_SZ, 0); in ZTEST()
118 static PBUF_MAYBE_CONST struct pbuf_cfg cfg0 = PBUF_CFG_INIT(memory_area, MEM_AREA_SZ, 32); in ZTEST()
119 static PBUF_MAYBE_CONST struct pbuf_cfg cfg1 = PBUF_CFG_INIT(memory_area, MEM_AREA_SZ, 0); in ZTEST()
120 static PBUF_MAYBE_CONST struct pbuf_cfg cfg2 = PBUF_CFG_INIT(memory_area, 20, 4); in ZTEST()
271 static PBUF_MAYBE_CONST struct pbuf_cfg cfg = PBUF_CFG_INIT(buffer, MEM_AREA_SZ, 4); in ZTEST()