Skip to main content

ec_read_byte

Function ec_read_byte 

Source
unsafe fn ec_read_byte(reg: u8) -> Option<u8>
Expand description

Read a single byte from an EC register.

ยงSafety

The caller must ensure no concurrent EC access occurs without holding EC_LOCK.