Skip to main content

write8

Function write8 

Source
pub unsafe fn write8(data: u8, buffer: *mut u8)
Expand description

Writes an 8-bit value to MMIO memory.

ยงSafety

buffer must be a valid pointer to MMIO memory.