Searched refs:PBUF_CFG_INIT (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/ipc/ |
D | pbuf.h | 115 #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/ |
D | main.c | 51 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()
|