write8

Function write8 

Source
pub unsafe fn write8(addr: usize, val: u8)
Expand description

Write an 8-bit value to an MMIO address.

ยงSafety

Caller must ensure addr is a valid MMIO address for an 8-bit access.