Searched refs:NRFX_ATOMIC_CAS (Results 1 – 3 of 3) sorted by relevance
35 #if !defined(NRFX_ATOMIC_CAS)49 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) \ macro75 } while (!NRFX_ATOMIC_CAS(p_mask, prev_mask, new_mask)); in nrfx_flag32_alloc()94 } while (!NRFX_ATOMIC_CAS(p_mask, prev_mask, new_mask)); in nrfx_flag32_free()
236 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) macro
344 - Introduced the NRFX_ATOMIC_CAS macro to allow providing custom implementation for atomic compare-…