Searched refs:nrfx_atomic_internal_cmp_exch (Results 1 – 2 of 2) sorted by relevance
167 static __asm bool nrfx_atomic_internal_cmp_exch(nrfx_atomic_u32_t * p_data, in nrfx_atomic_internal_cmp_exch() function277 static inline bool nrfx_atomic_internal_cmp_exch(nrfx_atomic_u32_t * p_data,
285 return nrfx_atomic_internal_cmp_exch(p_data, p_expected, desired); in nrfx_atomic_u32_cmp_exch()
Completed in 3 milliseconds