Function rp_hal::rom_data::memcpy[][src]

pub fn memcpy(dest: *mut u8, src: *mut u8, n: u32) -> u8

Copies n bytes starting at src to dest and returns dest. The results are undefined if the regions overlap.