Searched refs:PBUF_MAYBE_CONST (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/ipc/ |
D | pbuf.h | 40 #define PBUF_MAYBE_CONST macro 42 #define PBUF_MAYBE_CONST const 97 PBUF_MAYBE_CONST struct pbuf_cfg *const cfg; /* Configuration of the 154 static PBUF_MAYBE_CONST struct pbuf_cfg cfg_##name = \
|
/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()
|