pub unsafe extern "C" fn iruInit(
sharedmem_addr: *mut u32_,
sharedmem_size: u32_,
) -> ResultExpand description
Initializes IRU. The permissions for the specified memory is set to RO. This memory must be already mapped.
ยงArguments
sharedmem_addr- Address of the shared memory block to use.sharedmem_size- Size of the shared memory block.