Skip to main content

ec_write_byte

Function ec_write_byte 

Source
unsafe fn ec_write_byte(reg: u8, val: u8) -> bool
Expand description

Write a single byte to an EC register.

ยงSafety

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