timed_read_native

Function timed_read_native 

Source
pub fn timed_read_native<F, const BLOCK_SIZE: usize>(
    memory: &mut TracingMemory,
    ptr: u32,
) -> (u32, [F; BLOCK_SIZE])
where F: PrimeField32,
Expand description

Atomic read operation which increments the timestamp by 1. Returns (t_prev, [ptr:BLOCK_SIZE]_4) where t_prev is the timestamp of the last memory access.