pub fn map_physical_mem_write(
addr_space: &str,
addr: u32,
len: usize,
) -> Result<MmapMut, Box<dyn Error>>
Expand description
Allow WRITE access to the memory registers at /dev/uio0
Write control registers. Remember we have a 32bit system
ยงArguments
addr : The memory address (address8) the register is mapped to.