Skip to main content

ec_wait_obf

Function ec_wait_obf 

Source
fn ec_wait_obf() -> Option<u8>
Expand description

Wait for the EC output buffer to become full (data available to read).

Returns Some(byte) if data is ready, None on timeout.