pub fn atomic_or_u32(ptr: &mut u32, value: u32) -> u32
Atomically ORs *ptr with value and returns the old value.
*ptr
value