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
1431 .block_size = GET_BLOCK_SIZE_INST(i, tx, rx), \
1436 .block_size = GET_BLOCK_SIZE_INST(i, rx, tx), \
1443 BUILD_ASSERT((GET_BLOCK_SIZE_INST(i, tx, rx) >= BLOCK_ALIGNMENT) && \
1444 (GET_BLOCK_SIZE_INST(i, tx, rx) < \
1447 BUILD_ASSERT((GET_BLOCK_SIZE_INST(i, rx, tx) >= BLOCK_ALIGNMENT) && \
1448 (GET_BLOCK_SIZE_INST(i, rx, tx) < \