Home
last modified time | relevance | path

Searched refs:nrfx_atomic_internal_cmp_exch (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/nordic/nrfx/soc/
H A Dnrfx_atomic_internal.h166 static __asm bool nrfx_atomic_internal_cmp_exch(nrfx_atomic_u32_t * p_data, in nrfx_atomic_internal_cmp_exch() function
276 static inline bool nrfx_atomic_internal_cmp_exch(nrfx_atomic_u32_t * p_data,
H A Dnrfx_atomic.c285 return nrfx_atomic_internal_cmp_exch(p_data, p_expected, desired); in nrfx_atomic_u32_cmp_exch()