Skip to main content

atomic_and_u32

Function atomic_and_u32 

Source
pub fn atomic_and_u32(ptr: &mut u32, value: u32) -> u32
Expand description

Atomically ANDs *ptr with value and returns the old value.