Skip to main content

write64

Function write64 

Source
pub unsafe fn write64(data: u64, buffer: *mut u64)
Expand description

Writes a 64-bit value to MMIO memory.

ยงSafety

buffer must be a valid pointer to MMIO memory.