Function data_space_map(mem_addr_t, mem_addr_t, mem_addr_t, mem_addr_t, mem_addr_t *, mem_addr_t *, mem_addr_t *)
Defined in File sim_core.cpp
Function Documentation
- bool data_space_map (mem_addr_t addr, mem_addr_t len, mem_addr_t blockstart, mem_addr_t blockend, mem_addr_t *bufofs, mem_addr_t *blockofs, mem_addr_t *blocklen) AVR_CORE_PUBLIC_API
Block memory mapping from data space to a block of memory The block is defined by the interval [blockstart ; blockend] in data space If the data space block defined by (address/len) intersects with the block, the offsets bufofs, blockofs, blocklen are computed and the function returns true