pub unsafe extern "C" fn memory_region_dispatch_write(
    mr: *mut MemoryRegion,
    addr: hwaddr,
    data: u64,
    size: c_uint,
    attrs: MemTxAttrs
) -> MemTxResult
Expand description

memory_region_dispatch_write: perform a write directly to the specified MemoryRegion.

@mr: #MemoryRegion to access @addr: address within that region @data: data to write @size: size of the access in bytes @attrs: memory transaction attributes to use for the access