Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ send_ec_data_nowait
Function
send_ec_data_nowait
util/ectool/ec.c:74–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
int send_ec_data_nowait(uint8_t data)
75
{
76
outb(data, ec_data);
77
78
return 0;
79
}
80
81
uint8_t recv_ec_data(void)
82
{
Callers
nothing calls this directly
Calls
1
outb
Function · 0.70
Tested by
no test coverage detected