write16

Function write16 

Source
pub unsafe fn write16(addr: usize, val: u16)
Expand description

Write a 16-bit value to an MMIO address.

ยงSafety

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