Skip to main content

echo_indices

Function echo_indices 

Source
pub unsafe fn echo_indices(ptr: *mut u8) -> (*mut AtomicU32, *mut AtomicU32)
Expand description

Returns pointers to the echo ring write/read atomics.

ยงSafety

ptr must point to a valid allocation containing the echo ring atomics.