write64

Function write64 

Source
pub unsafe fn write64(addr: usize, val: u64)
Expand description

Write a 64-bit value to an MMIO address.

ยงSafety

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