Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ ec_query
Function
ec_query
util/ectool/ec.c:154–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
uint8_t ec_query(void)
155
{
156
send_ec_command(QR_EC);
157
return recv_ec_data();
158
}
159
160
int get_ec_ports(void)
161
{
Callers
1
main
Function · 0.70
Calls
2
send_ec_command
Function · 0.70
recv_ec_data
Function · 0.70
Tested by
no test coverage detected