Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c1398 #define GET_BLOCK_SIZE_INST(i, loc, rem) \ macro
1432 .block_size = GET_BLOCK_SIZE_INST(i, tx, rx), \
1437 .block_size = GET_BLOCK_SIZE_INST(i, rx, tx), \
1444 BUILD_ASSERT((GET_BLOCK_SIZE_INST(i, tx, rx) >= BLOCK_ALIGNMENT) && \
1445 (GET_BLOCK_SIZE_INST(i, tx, rx) < \
1448 BUILD_ASSERT((GET_BLOCK_SIZE_INST(i, rx, tx) >= BLOCK_ALIGNMENT) && \
1449 (GET_BLOCK_SIZE_INST(i, rx, tx) < \