MCPcopy 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
74int send_ec_data_nowait(uint8_t data)
75{
76 outb(data, ec_data);
77
78 return 0;
79}
80
81uint8_t recv_ec_data(void)
82{

Callers

nothing calls this directly

Calls 1

outbFunction · 0.70

Tested by

no test coverage detected