write32

Function write32 

Source
pub unsafe fn write32(addr: usize, val: u32)
Expand description

Write a 32-bit value to an MMIO address.

ยงSafety

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