Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ read
Method
read
erpc_c/infra/erpc_basic_codec.cpp:197–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
197
void BasicCodec::read(bool &value)
198
{
199
uint8_t v = 0;
200
201
readData(sizeof(v), &v);
202
if (isStatusOk())
203
{
204
value = (bool)v;
205
}
206
}
207
208
void BasicCodec::read(int8_t &value)
209
{
Callers
15
run_clang_format.py
File · 0.45
readData
Method · 0.45
_contents_eq
Method · 0.45
setup.py
File · 0.45
_base_receive
Method · 0.45
erpcMatrixMultiply_shim
Method · 0.45
erpcMatrixMultiply
Method · 0.45
getNumberFromCore1
Method · 0.45
increaseNumber
Method · 0.45
increaseNumber_shim
Method · 0.45
client
Method · 0.45
erpcMatrixMultiply_shim
Method · 0.45
Calls
no outgoing calls
Tested by
1
_test_file
Method · 0.36