Skip to main content

write16

Function write16 

Source
pub unsafe fn write16(data: u16, buffer: *mut u16)
Expand description

Writes a 16-bit value to MMIO memory.

ยงSafety

buffer must be a valid pointer to MMIO memory.