Skip to main content

write32

Function write32 

Source
pub unsafe fn write32(data: u32, buffer: *mut u32)
Expand description

Writes a 32-bit value to MMIO memory.

ยงSafety

buffer must be a valid pointer to MMIO memory.