Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ prepareServerBufferForSend
Method
prepareServerBufferForSend
erpc_c/infra/erpc_message_buffer.cpp:264–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
}
263
264
erpc_status_t MessageBufferFactory::prepareServerBufferForSend(MessageBuffer &message, uint8_t reserveHeaderSize)
265
{
266
message.setUsed(reserveHeaderSize);
267
return kErpcStatus_Success;
268
}
Callers
9
erpcMatrixMultiply_shim
Method · 0.45
getGetNumberFunction_shim
Method · 0.45
nestedCallGetNumber_shim
Method · 0.45
getNumberFromCore1_shim
Method · 0.45
increaseNumber_shim
Method · 0.45
erpcMatrixMultiply_shim
Method · 0.45
erpcMatrixMultiply_shim
Method · 0.45
erpcMatrixMultiply_shim
Method · 0.45
erpcMatrixMultiply_shim
Method · 0.45
Calls
1
setUsed
Method · 0.80
Tested by
no test coverage detected