Skip to main content

atomic_or

Function atomic_or 

Source
pub fn atomic_or(old: u32, value: u32) -> (u32, u32)
Expand description

Return the old value and the value after atomic bitwise OR.